C# Class Org.BouncyCastle.Asn1.BerOctetStringGenerator.BufferedBerOctetStream

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

Public Methods

Method Description
Close ( ) : void
Write ( byte buf, int offset, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Method Description
BufferedBerOctetStream ( BerOctetStringGenerator gen, byte buf ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Write() public method

public Write ( byte buf, int offset, int len ) : void
buf byte
offset int
len int
return void

WriteByte() public method

public WriteByte ( byte b ) : void
b byte
return void