C# Class NBitcoin.BouncyCastle.Asn1.DefiniteLengthInputStream

Inheritance: NBitcoin.BouncyCastle.Asn1.LimitedInputStream
Mostrar archivo Open project: Nethereum/Nethereum Class Usage Examples

Public Methods

Method Description
DefiniteLengthInputStream ( Stream inStream, int length ) : System
Read ( byte buf, int off, int len ) : int
ReadAllIntoByteArray ( byte buf ) : void
ReadByte ( ) : int
ToArray ( ) : byte[]

Method Details

DefiniteLengthInputStream() public method

public DefiniteLengthInputStream ( Stream inStream, int length ) : System
inStream Stream
length int
return System

Read() public method

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

ReadAllIntoByteArray() public method

public ReadAllIntoByteArray ( byte buf ) : void
buf byte
return void

ReadByte() public method

public ReadByte ( ) : int
return int

ToArray() public method

public ToArray ( ) : byte[]
return byte[]