public class EmptyByteChunkProvider extends ByteChunkProvider
CHUNK_SIZE, chunkSize, offset| Constructor | Description |
|---|---|
EmptyByteChunkProvider(long fileOffset) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
bytesLeft() |
|
protected int |
getChunk(byte[] chunk) |
|
boolean |
isAvailable() |
close, getOffset, writeChunk, writeChunk, writeChunkspublic boolean isAvailable()
isAvailable in class ByteChunkProviderprotected int getChunk(byte[] chunk)
getChunk in class ByteChunkProviderpublic int bytesLeft()
bytesLeft in class ByteChunkProvider