C# Class Org.BouncyCastle.Cms.CmsSignedDataStreamGenerator.NullOutputStream

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Méthodes publiques

Méthode Description
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

Method Details

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

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