|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ext.mediamanager.ebml.Element
net.sf.ext.mediamanager.ebml.BinaryElement
net.sf.ext.mediamanager.ebml.SignedInteger
public class SignedInteger
Basic class for the Signed Integer EBML data type.
Field Summary |
---|
Fields inherited from class net.sf.ext.mediamanager.ebml.Element |
---|
data, dataRead, parent, size, type, typeInfo |
Constructor Summary | |
---|---|
SignedInteger(byte[] typeID)
|
Method Summary | |
---|---|
long |
getValue()
|
void |
setValue(long value)
|
Methods inherited from class net.sf.ext.mediamanager.ebml.BinaryElement |
---|
codedSizeLength, getData, getMinByteSize, getMinByteSizeUnsigned, getMinSizeLength, getSize, getType, makeEbmlCode, makeEbmlCodedSize, packInt, packIntUnsigned, setData, setMinSizeLength, setSize, setType, toByteArray |
Methods inherited from class net.sf.ext.mediamanager.ebml.Element |
---|
EBMLCodedSizeLength, EBMLSignedCodedSizeLength, equals, equals, getElementType, getParent, readData, setElementType, setParent, skipData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SignedInteger(byte[] typeID)
Method Detail |
---|
public void setValue(long value)
public long getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |