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

Afficher le fichier Open project: debop/NFramework

Méthodes publiques

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

Method Details

GetProcessedSize() public méthode

public GetProcessedSize ( ) : ulong
Résultat ulong

InBuffer() public méthode

public InBuffer ( uint bufferSize )
bufferSize uint

Init() public méthode

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

ReadBlock() public méthode

public ReadBlock ( ) : bool
Résultat bool

ReadByte() public méthode

public ReadByte ( byte b ) : bool
b byte
Résultat bool

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReleaseStream() public méthode

public ReleaseStream ( ) : void
Résultat void