C# 클래스 Pdelvo.Minecraft.Network.FullyReadStream

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

공개 메소드들

메소드 설명
Flush ( ) : void
FlushAsync ( CancellationToken cancellationToken ) : Task
FullyReadStream ( Stream sourceStream ) : System
Peek ( ) : int
PeekAsync ( ) : Task
PeekAsync ( CancellationToken token ) : Task
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Read ( byte buffer, int offset, int count ) : int
ReadAsync ( byte buffer, int offset, int count, CancellationToken token ) : Task
ReadData ( int maxCount ) : void
ReadDataAsync ( int maxCount ) : Task
ReadDataAsync ( int maxCount, CancellationToken token ) : Task
Seek ( long offset, SeekOrigin origin ) : long

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

FlushAsync() 공개 메소드

public FlushAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

FullyReadStream() 공개 메소드

public FullyReadStream ( Stream sourceStream ) : System
sourceStream Stream
리턴 System

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

PeekAsync() 공개 메소드

public PeekAsync ( ) : Task
리턴 Task

PeekAsync() 공개 메소드

public PeekAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void

WriteByte() 공개 메소드

public WriteByte ( byte value ) : void
value byte
리턴 void