C# 클래스 YGOSharp.Network.Utils.BinaryExtensions

파일 보기 프로젝트 열기: IceYGO/ygosharp

공개 메소드들

메소드 설명
ReadToEnd ( this reader ) : byte[]
ReadUnicode ( this reader, int len ) : string
WriteUnicode ( this writer, string text, int len ) : void

메소드 상세

ReadToEnd() 공개 정적인 메소드

public static ReadToEnd ( this reader ) : byte[]
reader this
리턴 byte[]

ReadUnicode() 공개 정적인 메소드

public static ReadUnicode ( this reader, int len ) : string
reader this
len int
리턴 string

WriteUnicode() 공개 정적인 메소드

public static WriteUnicode ( this writer, string text, int len ) : void
writer this
text string
len int
리턴 void