Modifier and Type | Field and Description |
---|---|
ByteBuffer |
data |
protected boolean |
dataRead |
dataLen, dataOffset, id, offset, parent, type, typeSizeLength
Constructor and Description |
---|
EbmlBin(byte[] id) |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
getData() |
void |
read(ByteBuffer source) |
void |
readChannel(SeekableByteChannel is) |
void |
setBuf(ByteBuffer data) |
long |
size() |
void |
skip(ByteBuffer source) |
public ByteBuffer data
protected boolean dataRead
public void readChannel(SeekableByteChannel is) throws IOException
IOException
public void read(ByteBuffer source)
public void skip(ByteBuffer source)
public void setBuf(ByteBuffer data)
public ByteBuffer getData()
Copyright © 2019. All rights reserved.