C# Class Org.BouncyCastle.Apache.Bzip2.CBZip2InputStream

Inheritance: Stream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
CBZip2InputStream ( Stream zStream ) : System
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Méthode Description
BadBGLengths ( ) : void
BadBlockHeader ( ) : void
BitStreamEOF ( ) : void
BlockOverrun ( ) : void
BsFinishedWithStream ( ) : void
BsGetInt32 ( ) : int
BsGetIntVS ( int numBits ) : int
BsGetUChar ( ) : char
BsGetint ( ) : int
BsR ( int n ) : int
BsSetStream ( Stream f ) : void
Cadvise ( ) : void
Complete ( ) : void
CompressedStreamEOF ( ) : void
CrcError ( ) : void
EndBlock ( ) : void
GetAndMoveToFrontDecode ( ) : void
HbCreateDecodeTables ( int limit, int basev, int perm, char length, int minLen, int maxLen, int alphaSize ) : void
InitBlock ( ) : void
InitCharArray ( int n1, int n2 ) : char[][]
InitIntArray ( int n1, int n2 ) : int[][]
Initialize ( ) : void
MakeMaps ( ) : void
RecvDecodingTables ( ) : void
SetDecompressStructureSizes ( int newSize100k ) : void
SetupBlock ( ) : void
SetupNoRandPartA ( ) : void
SetupNoRandPartB ( ) : void
SetupNoRandPartC ( ) : void
SetupRandPartA ( ) : void
SetupRandPartB ( ) : void
SetupRandPartC ( ) : void

Method Details

CBZip2InputStream() public méthode

public CBZip2InputStream ( Stream zStream ) : System
zStream Stream
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void