C# Class BinaryWriterBigEndian, msgpack

Inheritance: IDisposable
ファイルを表示 Open project: slavat/msgpack Class Usage Examples

Public Methods

Method Description
BinaryWriterBigEndian ( Stream output ) : System
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
Write ( byte value ) : void
Write ( byte buf, int index, int count ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( sbyte value ) : void
Write ( short value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
Write ( ushort value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

BinaryWriterBigEndian() public method

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

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : void
return void

Write() public method

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

Write() public method

public Write ( byte buf, int index, int count ) : void
buf byte
index int
count int
return void

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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

Write() public method

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