public class EbmlUint extends EbmlBin
dataLen, dataOffset, id, offset, parent, type, typeSizeLength| Constructor and Description |
|---|
EbmlUint(byte[] id) |
| Modifier and Type | Method and Description |
|---|---|
static int |
calculatePayloadSize(long value) |
static EbmlUint |
createEbmlUint(byte[] id,
long value) |
long |
getUint() |
static byte[] |
longToBytes(long value) |
void |
setUint(long value) |
public static EbmlUint createEbmlUint(byte[] id, long value)
public void setUint(long value)
public long getUint()
public static byte[] longToBytes(long value)
public static int calculatePayloadSize(long value)
Copyright © 2019. All rights reserved.