public class FileTypeBox extends Box
bytetoTypeMap| Constructor and Description |
|---|
FileTypeBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCompatibleBrands() |
String |
getMajorBrand() |
long |
getMinorVersion() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
String |
toString() |
public String getMajorBrand()
public long getMinorVersion()
public String[] getCompatibleBrands()
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.