C# Class Org.BouncyCastle.Cms.CmsTypedStream.FullReaderStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseInputStream
Show file Open project: nonorganic/dssnet

Public Methods

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

Private Methods

Method Description
FullReaderStream ( Stream input ) : System

Method Details

Read() public method

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