public class FullBox extends Box
bytetoTypeMap| Modifier and Type | Method and Description |
|---|---|
int |
getFlags()
Gets the map of flags.
|
int |
getVersion()
Gets the version of the format of the box.
|
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
protected long |
read64(DataInputStream fin) |
public FullBox(long size,
String type)
public int getVersion()
public int getFlags()
protected long read64(DataInputStream fin) throws IOException
IOExceptionprotected 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.