Modifier and Type | Field and Description |
---|---|
static int |
ID_LENGHT |
Modifier | Constructor and Description |
---|---|
protected |
BaseChunk(ByteBuffer dataBuffer) |
Modifier and Type | Method and Description |
---|---|
Long |
getChunkEnd() |
Long |
getChunkSize() |
Long |
getChunkStart() |
protected void |
readDataChunch(FileChannel fc) |
static BaseChunk |
readIdChunk(ByteBuffer dataBuffer) |
protected void |
skipToChunkEnd(FileChannel fc) |
public static final int ID_LENGHT
protected BaseChunk(ByteBuffer dataBuffer)
public static BaseChunk readIdChunk(ByteBuffer dataBuffer) throws InvalidChunkException
InvalidChunkException
protected void readDataChunch(FileChannel fc) throws IOException
IOException
protected void skipToChunkEnd(FileChannel fc) throws IOException
IOException
public Long getChunkStart()
public Long getChunkSize()
public Long getChunkEnd()
Copyright © 2005–2020 jthink.net. All rights reserved.