C# 클래스 CSharpUtils.Web._45.Streams.BinaryReaderAsync

파일 보기 프로젝트 열기: soywiz/csharputils

공개 프로퍼티들

프로퍼티 타입 설명
BaseStream Stream

보호된 프로퍼티들

프로퍼티 타입 설명
CancellationToken System.Threading.CancellationToken

공개 메소드들

메소드 설명
BinaryReaderAsync ( Stream BaseStream ) : System
BinaryReaderAsync ( Stream BaseStream, CancellationToken CancellationToken ) : System
ReadUInt16 ( ) : Task

메소드 상세

BinaryReaderAsync() 공개 메소드

public BinaryReaderAsync ( Stream BaseStream ) : System
BaseStream Stream
리턴 System

BinaryReaderAsync() 공개 메소드

public BinaryReaderAsync ( Stream BaseStream, CancellationToken CancellationToken ) : System
BaseStream Stream
CancellationToken System.Threading.CancellationToken
리턴 System

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : Task
리턴 Task

프로퍼티 상세

BaseStream 공개적으로 프로퍼티

public Stream BaseStream
리턴 Stream

CancellationToken 보호되어 있는 프로퍼티

protected CancellationToken,System.Threading CancellationToken
리턴 System.Threading.CancellationToken