C# Class Xfrogcn.BinaryFormatter.BinaryWriter

Afficher le fichier Open project: xfrogcn/Xfrogcn.BinaryFormatter

Méthodes publiques

Méthode 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 méthode

public WriteGuidValue ( Guid value ) : void
value Guid
Résultat void

WriteInt16Value() public méthode

public WriteInt16Value ( short value ) : void
value short
Résultat void

WriteInt32Value() public méthode

public WriteInt32Value ( int value ) : void
value int
Résultat void

WriteNullValue() public méthode

public WriteNullValue ( ) : void
Résultat void

WriteUInt32Value() public méthode

public WriteUInt32Value ( uint value ) : void
value uint
Résultat void

WriteUInt64Value() public méthode

public WriteUInt64Value ( ulong value ) : void
value ulong
Résultat void