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

Inheritance: Org.BouncyCastle.Utilities.IO.BaseOutputStream
Datei anzeigen Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte b ) : void

Method Details

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteByte() public method

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