C# Class SevenZip.Compression.LZMA.Encoder.LiteralEncoder

显示文件 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
Create ( int numPosBits, int numPrevBits ) : void
GetSubCoder ( UInt32 pos, Byte prevByte ) : Encoder2
Init ( ) : void

Method Details

Create() public method

public Create ( int numPosBits, int numPrevBits ) : void
numPosBits int
numPrevBits int
return void

GetSubCoder() public method

public GetSubCoder ( UInt32 pos, Byte prevByte ) : Encoder2
pos System.UInt32
prevByte Byte
return Encoder2

Init() public method

public Init ( ) : void
return void