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