C# Class SevenZip.Compression.LZ.InWindow

ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
_blockSize System.UInt32
_bufferBase Byte[]
_bufferOffset System.UInt32
_pos System.UInt32
_streamPos System.UInt32

Public Methods

Method 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 method

public Create ( UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv ) : void
keepSizeBefore System.UInt32
keepSizeAfter System.UInt32
keepSizeReserv System.UInt32
return void

Free() public method

public Free ( ) : void
return void

GetIndexByte() public method

public GetIndexByte ( Int32 index ) : Byte
index System.Int32
return Byte

GetMatchLen() public method

public GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
index System.Int32
distance System.UInt32
limit System.UInt32
return System.UInt32

GetNumAvailableBytes() public method

public GetNumAvailableBytes ( ) : UInt32
return System.UInt32

Init() public method

public Init ( ) : void
return void

MoveBlock() public method

public MoveBlock ( ) : void
return void

MovePos() public method

public MovePos ( ) : void
return void

ReadBlock() public method

public ReadBlock ( ) : void
return void

ReduceOffsets() public method

public ReduceOffsets ( Int32 subValue ) : void
subValue System.Int32
return void

ReleaseStream() public method

public ReleaseStream ( ) : void
return void

SetStream() public method

public SetStream ( System stream ) : void
stream System
return void

Property Details

_blockSize public_oe property

public UInt32,System _blockSize
return System.UInt32

_bufferBase public_oe property

public Byte[] _bufferBase
return Byte[]

_bufferOffset public_oe property

public UInt32,System _bufferOffset
return System.UInt32

_pos public_oe property

public UInt32,System _pos
return System.UInt32

_streamPos public_oe property

public UInt32,System _streamPos
return System.UInt32