public class EndianBox extends Box
Box.LeafBoxheader, MAX_BOX_SIZE| Modifier and Type | Method and Description |
|---|---|
protected int |
calcSize() |
static EndianBox |
createEndianBox(ByteOrder endian) |
protected void |
doWrite(ByteBuffer out) |
int |
estimateSize() |
static String |
fourcc() |
ByteOrder |
getEndian() |
void |
parse(ByteBuffer input) |
public EndianBox(Header header)
public static String fourcc()
public void parse(ByteBuffer input)
protected void doWrite(ByteBuffer out)
public int estimateSize()
estimateSize in class Boxpublic ByteOrder getEndian()
protected int calcSize()
Copyright © 2019. All rights reserved.