C# Класс SevenZip.Compression.LZ.InWindow

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
_blockSize System.UInt32
_bufferBase Byte[]
_bufferOffset System.UInt32
_pos System.UInt32
_streamPos System.UInt32

Открытые методы

Метод Описание
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

Описание методов

Create() публичный Метод

public Create ( UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv ) : void
keepSizeBefore System.UInt32
keepSizeAfter System.UInt32
keepSizeReserv System.UInt32
Результат void

Free() публичный Метод

public Free ( ) : void
Результат void

GetIndexByte() публичный Метод

public GetIndexByte ( Int32 index ) : Byte
index System.Int32
Результат Byte

GetMatchLen() публичный Метод

public GetMatchLen ( Int32 index, UInt32 distance, UInt32 limit ) : UInt32
index System.Int32
distance System.UInt32
limit System.UInt32
Результат System.UInt32

GetNumAvailableBytes() публичный Метод

public GetNumAvailableBytes ( ) : UInt32
Результат System.UInt32

Init() публичный Метод

public Init ( ) : void
Результат void

MoveBlock() публичный Метод

public MoveBlock ( ) : void
Результат void

MovePos() публичный Метод

public MovePos ( ) : void
Результат void

ReadBlock() публичный Метод

public ReadBlock ( ) : void
Результат void

ReduceOffsets() публичный Метод

public ReduceOffsets ( Int32 subValue ) : void
subValue System.Int32
Результат void

ReleaseStream() публичный Метод

public ReleaseStream ( ) : void
Результат void

SetStream() публичный Метод

public SetStream ( System stream ) : void
stream System
Результат void

Описание свойств

_blockSize публичное свойство

public UInt32,System _blockSize
Результат System.UInt32

_bufferBase публичное свойство

public Byte[] _bufferBase
Результат Byte[]

_bufferOffset публичное свойство

public UInt32,System _bufferOffset
Результат System.UInt32

_pos публичное свойство

public UInt32,System _pos
Результат System.UInt32

_streamPos публичное свойство

public UInt32,System _streamPos
Результат System.UInt32