| java.lang.Object SevenZip.Compression.lzma.Decoder
Decoder | public class Decoder (Code) | | |
Inner Class :class LenDecoder | |
Inner Class :class LiteralDecoder | |
Constructor Summary | |
public | Decoder() |
m_DictionarySize | int m_DictionarySize(Code) | | |
m_DictionarySizeCheck | int m_DictionarySizeCheck(Code) | | |
m_IsMatchDecoders | short[] m_IsMatchDecoders(Code) | | |
m_IsRep0LongDecoders | short[] m_IsRep0LongDecoders(Code) | | |
m_IsRepDecoders | short[] m_IsRepDecoders(Code) | | |
m_IsRepG0Decoders | short[] m_IsRepG0Decoders(Code) | | |
m_IsRepG1Decoders | short[] m_IsRepG1Decoders(Code) | | |
m_IsRepG2Decoders | short[] m_IsRepG2Decoders(Code) | | |
m_LenDecoder | LenDecoder m_LenDecoder(Code) | | |
m_LiteralDecoder | LiteralDecoder m_LiteralDecoder(Code) | | |
m_PosDecoders | short[] m_PosDecoders(Code) | | |
m_PosStateMask | int m_PosStateMask(Code) | | |
m_RepLenDecoder | LenDecoder m_RepLenDecoder(Code) | | |
SetDecoderProperties | public boolean SetDecoderProperties(byte[] properties)(Code) | | |
SetDictionarySize | boolean SetDictionarySize(int dictionarySize)(Code) | | |
SetLcLpPb | boolean SetLcLpPb(int lc, int lp, int pb)(Code) | | |
|
|