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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Close ( ) : void
Write ( byte buf, int offset, int len ) : void
WriteByte ( byte b ) : void

Private Methods

Méthode Description
BufferedBerOctetStream ( BerOctetStringGenerator gen, byte buf ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Write() public méthode

public Write ( byte buf, int offset, int len ) : void
buf byte
offset int
len int
Résultat void

WriteByte() public méthode

public WriteByte ( byte b ) : void
b byte
Résultat void