org.apache.thrift.transport
Class TFileTransport.chunkState
java.lang.Object
org.apache.thrift.transport.TFileTransport.chunkState
- Enclosing class:
- TFileTransport
public static class TFileTransport.chunkState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_CHUNK_SIZE
public static final int DEFAULT_CHUNK_SIZE
- Chunk Size. Must be same across all implementations
- See Also:
- Constant Field Values
TFileTransport.chunkState
public TFileTransport.chunkState()
TFileTransport.chunkState
public TFileTransport.chunkState(int chunk_size)
skip
public void skip(int size)
seek
public void seek(long offset)
getChunkSize
public int getChunkSize()
getChunkNum
public int getChunkNum()
getRemaining
public int getRemaining()
getOffset
public long getOffset()