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