public class FreeSpaceBox extends Box
The contents of a free-space box are irrelevant and may be ignored, or the object deleted, without affecting the presentation. (Care should be exercised when deleting the object, as this may invalidate the offsets used in the sample table, unless this object is after all the media data).
bytetoTypeMap| Constructor and Description |
|---|
FreeSpaceBox(long size,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
public FreeSpaceBox(long size,
String type)
protected int load(DataInputStream fin) throws IOException
Boxload in class Boxfin - the stream to load box fromIOException - if some I/O error occured.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.