public static class TFileTransport.chunkState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CHUNK_SIZE
Chunk Size.
|
Constructor and Description |
---|
TFileTransport.chunkState() |
TFileTransport.chunkState(int chunk_size) |
Modifier and Type | Method and Description |
---|---|
int |
getChunkNum() |
int |
getChunkSize() |
long |
getOffset() |
int |
getRemaining() |
void |
seek(long offset) |
void |
skip(int size) |
public static final int DEFAULT_CHUNK_SIZE