DixShtix

com.dixshtix.niff
Interface NiffParserContext

All Known Implementing Classes:
Parser.DefaultContext

public interface NiffParserContext


Method Summary
 void decIndent()
           
 ChunkLengthTable getChunkLengthTable()
           
 java.lang.String getEncoding()
           
 int getIndent()
           
 byte[] getStringTable()
           
 void incIndent()
           
 void setStringTable(byte[] value)
           
 

Method Detail

getChunkLengthTable

public ChunkLengthTable getChunkLengthTable()

getStringTable

public byte[] getStringTable()

setStringTable

public void setStringTable(byte[] value)

incIndent

public void incIndent()

decIndent

public void decIndent()

getIndent

public int getIndent()

getEncoding

public java.lang.String getEncoding()

DixShtix