C# Class PerplexMail.SecurityDrivenDotNet.SerializingBinaryWriter

Inheritance: System.IO.BinaryWriter
ファイルを表示 Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco Class Usage Examples

Public Methods

Method Description
SerializingBinaryWriter ( Stream output ) : System
Write ( string value ) : void
WriteBinaryString ( string str ) : void

Method Details

SerializingBinaryWriter() public method

public SerializingBinaryWriter ( Stream output ) : System
output Stream
return System

Write() public method

public Write ( string value ) : void
value string
return void

WriteBinaryString() public method

public WriteBinaryString ( string str ) : void
str string
return void