C# Class Railgun.FixedByteBuffer8Extensions

Afficher le fichier Open project: ashoulson/RailgunNet

Méthodes publiques

Méthode Description
ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
WriteFixedByteBuffer8 ( this buffer, FixedByteBuffer8 array ) : void

Method Details

ReadFixedByteBuffer8() public static méthode

public static ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
buffer this
Résultat FixedByteBuffer8

WriteFixedByteBuffer8() public static méthode

public static WriteFixedByteBuffer8 ( this buffer, FixedByteBuffer8 array ) : void
buffer this
array FixedByteBuffer8
Résultat void