Maven module :un.storage : binding-riff :
Class :
un.storage.binding.riff.RIFFElement
Extends/Implements : -
Subclasses : -
Variables :
TYPE_CHUNK,
TYPE_LIST_START,
TYPE_LIST_END
Functions :
RIFFElement,
getType,
getChunk,
toString
public int
TYPE_CHUNK
public int
TYPE_LIST_START
public int
TYPE_LIST_END
public void
RIFFElement (int type, Chunk chunk)
public int
getType ()
public Chunk
getChunk ()
public String
toString ()
We use a similar approach as XML to indicate in the reader if the current
chunk is a simple chunk, start or end of a RIFF/LIST chunk.
author Johann Sorel