| Interface | Description |
|---|---|
| IBandwidthThrottler | |
| IBitReader | |
| IFileProcess |
Used by FileUtils.traverseDirectory
|
| IPacketFragment |
| Class | Description |
|---|---|
| AMFUtils |
Utilities for the conversion between Java and AMF
|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BitReader | |
| BitReaderFast | |
| BitWriter | |
| BufferUtils |
BufferUtils: utilities for converting between binary data and Java primitive types.
|
| DebugUtils |
DebugUtils: Debugging utilties.
|
| ElapsedTimer |
ElapsedTimer: Utility class for keep track of the duration an object has been in existence.
|
| FileUtils |
FileUtils: File utilities
|
| FLVUtils |
FLVUtils: utility for reading and writing .flv files.
|
| HTTPUtils |
HTTPUtils: utility class for making http requests.
|
| IOPerformanceCounter |
IOPerformanceCounter: data object that tracks the server performance of a particular component (client, vHost, server, stream).
|
| MD5DigestUtils |
MD5DigestUtils: MD5 hash utilities.
|
| MediaUtils |
MediaUtils: Media utilities.
|
| NetworkUtils |
NetworkUtils: Networking utilities.
|
| OnMetadataBasic | |
| PacketFragment | |
| PacketFragmentList | |
| PacketFragmentListReader | |
| RolloverLong | |
| SetUtils |
Static utilities for standard set operations: union, intersection, difference, subset and superset.
|
| StringUtils |
StringUtils: utility class of String utilities.
|
| SystemUtils | |
| SystemUtils.ReplaceItem | |
| URLUtils |
Class to deal with URLs
|
| XMLUtils |
XMLUtils: utility class for parsing XML files.
|
| ZipUtils |
| Annotation Type | Description |
|---|---|
| NoMBean |
Annotation for excluding a method from the JMX interface.
|