C# Class Org.BouncyCastle.Bcpg.ArmoredInputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
ArmoredInputStream ( Stream input ) : System
ArmoredInputStream ( Stream input, bool hasHeaders ) : System
Close ( ) : void
GetArmorHeaderLine ( ) : string
GetArmorHeaders ( ) : string[]
IsClearText ( ) : bool
IsEndOfStream ( ) : bool
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int

Private Methods

Méthode Description
ArmoredInputStream ( ) : System
Decode ( int in0, int in1, int in2, int in3, int result ) : int
DoReadByte ( ) : int
ParseHeaders ( ) : bool
ReadByteClearText ( ) : int
ReadClearText ( byte buffer, int offset, int count ) : int
ReadIgnoreSpace ( ) : int
ReadIgnoreWhitespace ( ) : int

Method Details

ArmoredInputStream() public méthode

public ArmoredInputStream ( Stream input ) : System
input Stream
Résultat System

ArmoredInputStream() public méthode

public ArmoredInputStream ( Stream input, bool hasHeaders ) : System
input Stream
hasHeaders bool
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

GetArmorHeaderLine() public méthode

public GetArmorHeaderLine ( ) : string
Résultat string

GetArmorHeaders() public méthode

public GetArmorHeaders ( ) : string[]
Résultat string[]

IsClearText() public méthode

public IsClearText ( ) : bool
Résultat bool

IsEndOfStream() public méthode

public IsEndOfStream ( ) : bool
Résultat bool

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