C# Class NSoft.NFramework.Compressions.SevenZip.Buffer.InBuffer

ファイルを表示 Open project: debop/NFramework

Public Methods

Method Description
GetProcessedSize ( ) : ulong
InBuffer ( uint bufferSize )
Init ( System stream ) : void
ReadBlock ( ) : bool
ReadByte ( byte b ) : bool
ReadByte ( ) : byte
ReleaseStream ( ) : void

Method Details

GetProcessedSize() public method

public GetProcessedSize ( ) : ulong
return ulong

InBuffer() public method

public InBuffer ( uint bufferSize )
bufferSize uint

Init() public method

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

ReadBlock() public method

public ReadBlock ( ) : bool
return bool

ReadByte() public method

public ReadByte ( byte b ) : bool
b byte
return bool

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReleaseStream() public method

public ReleaseStream ( ) : void
return void