public interface Box
| Modifier and Type | Method and Description |
|---|---|
void |
getBox(WritableByteChannel writableByteChannel)
Writes the complete box - size | 4-cc | content - to the given
writableByteChannel. |
long |
getSize() |
String |
getType()
The box's 4-cc type.
|
String getType()
long getSize()
void getBox(WritableByteChannel writableByteChannel) throws IOException
writableByteChannel.writableByteChannel - the box's sinkIOException - in case of problems with the ChannelCopyright © 2015. All rights reserved.