C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedData.TruncatedStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Mostra file Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
Read ( byte buf, int off, int len ) : int
ReadByte ( ) : int

Private Methods

Method Description
FillBuffer ( ) : int
GetLookAhead ( ) : byte[]
TruncatedStream ( Stream inStr ) : System

Method Details

Read() public method

public Read ( byte buf, int off, int len ) : int
buf byte
off int
len int
return int

ReadByte() public method

public ReadByte ( ) : int
return int