| Interface | Description |
|---|---|
| ByteProvider |
This interface is the supertype for classes representing an input sequence of bytes
|
| ErrorLogger | |
| ResourceByteRangeProvider |
This interface is a supertype of classes that represent resources to which byte range requests can be made
|
| Class | Description |
|---|---|
| ByteArrayDataProvider |
This class is a non-thread-safe implementation of
ByteProvider. |
| ErrorLogger.ErrorObject |
An object model representing useful information about an Error
|
| FileByteRangeProvider |
This class is an implementation of
ResourceByteRangeProvider - the underlying
resource is a file. |
| FileDataProvider |
This class is an non-thread-safe implementation of
ByteProvider. |
| ResourceByteRangeProvider.Utilities | |
| UUIDHelper |