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 |
|---|
ChunkState() |
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