public interface WriteableChunk
Modifier and Type | Method and Description |
---|---|
long |
getCurrentAsfChunkSize()
This method calculates the total amount of bytes, the chunk would consume
in an ASF file.
|
GUID |
getGuid()
Returns the GUID of the chunk.
|
boolean |
isEmpty()
true if it is not necessary to write the chunk into an ASF
file, since it contains no information. |
long |
writeInto(OutputStream out)
Writes the chunk into the specified output stream, as ASF stream chunk.
|
long getCurrentAsfChunkSize()
GUID getGuid()
boolean isEmpty()
true
if it is not necessary to write the chunk into an ASF
file, since it contains no information.true
if no useful data will be preserved.long writeInto(OutputStream out) throws IOException
out
- stream to write into.IOException
- on I/O errorsCopyright © 2005–2020 jthink.net. All rights reserved.