C# 클래스 SevenZip.Compression.LZ.InWindow

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
_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