public class EmptyByteChunkProvider extends ByteChunkProvider
CHUNK_SIZE, chunkSize, offset| Constructor and Description |
|---|
EmptyByteChunkProvider(long fileOffset) |
| Modifier and Type | Method and 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