C# Class Xfrogcn.BinaryFormatter.BinaryWriter

ファイルを表示 Open project: xfrogcn/Xfrogcn.BinaryFormatter

Public Methods

Method Description
WriteGuidValue ( Guid value ) : void
WriteInt16Value ( short value ) : void
WriteInt32Value ( int value ) : void
WriteNullValue ( ) : void
WriteUInt32Value ( uint value ) : void
WriteUInt64Value ( ulong value ) : void

Method Details

WriteGuidValue() public method

public WriteGuidValue ( Guid value ) : void
value Guid
return void

WriteInt16Value() public method

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

WriteInt32Value() public method

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

WriteNullValue() public method

public WriteNullValue ( ) : void
return void

WriteUInt32Value() public method

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

WriteUInt64Value() public method

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