public class DataBox extends Box
Box.LeafBox
header, MAX_BOX_SIZE
Modifier and Type | Method and Description |
---|---|
static DataBox |
createDataBox(int type,
int locale,
byte[] data) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
byte[] |
getData() |
int |
getLocale() |
int |
getType() |
void |
parse(ByteBuffer buf) |
public DataBox(Header header)
public static DataBox createDataBox(int type, int locale, byte[] data)
public void parse(ByteBuffer buf)
public int getType()
public int getLocale()
public byte[] getData()
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize
in class Box
public static String fourcc()
Copyright © 2019. All rights reserved.