C# 클래스 Railgun.FixedByteBuffer8Extensions

파일 보기 프로젝트 열기: ashoulson/RailgunNet

공개 메소드들

메소드 설명
ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
WriteFixedByteBuffer8 ( this buffer, FixedByteBuffer8 array ) : void

메소드 상세

ReadFixedByteBuffer8() 공개 정적인 메소드

public static ReadFixedByteBuffer8 ( this buffer ) : FixedByteBuffer8
buffer this
리턴 FixedByteBuffer8

WriteFixedByteBuffer8() 공개 정적인 메소드

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