C# Class Railgun.FixedByteBuffer8Extensions

Show file Open project: ashoulson/RailgunNet

Public Methods

Method Description
ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
WriteFixedByteBuffer8 ( this buffer, FixedByteBuffer8 array ) : void

Method Details

ReadFixedByteBuffer8() public static method

public static ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
buffer this
return FixedByteBuffer8

WriteFixedByteBuffer8() public static method

public static WriteFixedByteBuffer8 ( this buffer, FixedByteBuffer8 array ) : void
buffer this
array FixedByteBuffer8
return void