C# 클래스 Pdelvo.Minecraft.Protocol.Classic.ClassicExtensions

파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

공개 메소드들

메소드 설명
ReadClassicString ( this stream ) : string
ReadClassicStringAsync ( this stream ) : Task
WriteClassicString ( this stream, string text ) : void
WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task

메소드 상세

ReadClassicString() 공개 정적인 메소드

public static ReadClassicString ( this stream ) : string
stream this
리턴 string

ReadClassicStringAsync() 공개 정적인 메소드

public static ReadClassicStringAsync ( this stream ) : Task
stream this
리턴 Task

WriteClassicString() 공개 정적인 메소드

public static WriteClassicString ( this stream, string text ) : void
stream this
text string
리턴 void

WriteClassicStringAsync() 공개 정적인 메소드

public static WriteClassicStringAsync ( this stream, string text ) : System.Threading.Tasks.Task
stream this
text string
리턴 System.Threading.Tasks.Task