C# Class DevCap.SevenZip.Compress.LZ.InWindow

Afficher le fichier Open project: jcmoyer/DevCap

Méthodes publiques

Свойство Type Description
_blockSize System.UInt32
_bufferBase Byte[]
_bufferOffset System.UInt32
_pos System.UInt32
_streamPos System.UInt32

Méthodes publiques

Méthode Description
Create ( UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv ) : void
Free ( ) : void
GetIndexByte ( Int32 index ) : Byte
GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
GetNumAvailableBytes ( ) : UInt32
Init ( ) : void
MoveBlock ( ) : void
MovePos ( ) : void
ReadBlock ( ) : void
ReduceOffsets ( Int32 subValue ) : void
ReleaseStream ( ) : void
SetStream ( System stream ) : void

Method Details

Create() public méthode

public Create ( UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv ) : void
keepSizeBefore System.UInt32
keepSizeAfter System.UInt32
keepSizeReserv System.UInt32
Résultat void

Free() public méthode

public Free ( ) : void
Résultat void

GetIndexByte() public méthode

public GetIndexByte ( Int32 index ) : Byte
index System.Int32
Résultat Byte

GetMatchLen() public méthode

public GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
index System.Int32
distance System.UInt32
limit System.UInt32
Résultat System.UInt32

GetNumAvailableBytes() public méthode

public GetNumAvailableBytes ( ) : UInt32
Résultat System.UInt32

Init() public méthode

public Init ( ) : void
Résultat void

MoveBlock() public méthode

public MoveBlock ( ) : void
Résultat void

MovePos() public méthode

public MovePos ( ) : void
Résultat void

ReadBlock() public méthode

public ReadBlock ( ) : void
Résultat void

ReduceOffsets() public méthode

public ReduceOffsets ( Int32 subValue ) : void
subValue System.Int32
Résultat void

ReleaseStream() public méthode

public ReleaseStream ( ) : void
Résultat void

SetStream() public méthode

public SetStream ( System stream ) : void
stream System
Résultat void

Property Details

_blockSize public_oe property

public UInt32,System _blockSize
Résultat System.UInt32

_bufferBase public_oe property

public Byte[] _bufferBase
Résultat Byte[]

_bufferOffset public_oe property

public UInt32,System _bufferOffset
Résultat System.UInt32

_pos public_oe property

public UInt32,System _pos
Résultat System.UInt32

_streamPos public_oe property

public UInt32,System _streamPos
Résultat System.UInt32