C# Класс Org.BouncyCastle.Apache.Bzip2.CBZip2InputStream

Наследование: Stream
Показать файл Открыть проект Примеры использования класса

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

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

Приватные методы

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

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

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

public CBZip2InputStream ( Stream zStream ) : System
zStream Stream
Результат System

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

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

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

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

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

public ReadByte ( ) : int
Результат int

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

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Результат long

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

public SetLength ( long value ) : void
value long
Результат void

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

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void