| Constructor and Description |
|---|
SampleImpl(ByteBuffer[] data,
SampleEntry sampleEntry) |
SampleImpl(ByteBuffer buf,
SampleEntry sampleEntry) |
SampleImpl(long offset,
long sampleSize,
ByteBuffer data,
SampleEntry sampleEntry) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
asByteBuffer() |
SampleEntry |
getSampleEntry() |
long |
getSize() |
String |
toString() |
void |
writeTo(WritableByteChannel channel) |
public SampleImpl(ByteBuffer buf, SampleEntry sampleEntry)
public SampleImpl(ByteBuffer[] data, SampleEntry sampleEntry)
public SampleImpl(long offset,
long sampleSize,
ByteBuffer data,
SampleEntry sampleEntry)
public void writeTo(WritableByteChannel channel) throws IOException
writeTo in interface SampleIOExceptionpublic SampleEntry getSampleEntry()
getSampleEntry in interface Samplepublic ByteBuffer asByteBuffer()
asByteBuffer in interface SampleCopyright © 2019. All rights reserved.