Maven module :un.storage : binding-ebml :
Class :
un.storage.binding.ebml.EBMLDecoder
Extends/Implements : -
Subclasses : -
Variables :
types,
ds
Functions :
EBMLDecoder,
peekId,
consumeId,
readInt,
readUInt,
readString,
readVarInt,
readBinary,
isChunk,
createChunk
Dictionary
types
public DataInputStream
ds
public void
EBMLDecoder ()
public long
peekId ()
public void
consumeId ()
public long
readInt ()
public long
readUInt ()
public Chars
readString ()
public int
readVarInt ()
public byte[]
readBinary ()
public boolean
isChunk (int id)
public EBMLChunk
createChunk (int id)
Specification :
http://www.matroska.org/technical/specs/rfc/index.html
author Johann Sorel