C# Class NSoft.NFramework.Compressions.SevenZip.Compression.LZMA.LzmaEncoder.LiteralEncoder

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( int numPosBits, int numPrevBits ) : void
numPosBits int
numPrevBits int
Résultat void

GetSubCoder() public méthode

public GetSubCoder ( UInt32 pos, Byte prevByte ) : Encoder2
pos System.UInt32
prevByte Byte
Résultat Encoder2

Init() public méthode

public Init ( ) : void
Résultat void