C# 클래스 Brod.Common.BinaryStream

상속: IDisposable
파일 보기 프로젝트 열기: paralect/brod 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_reader System.IO.BinaryReader
_stream Stream
_writer System.IO.BinaryWriter

공개 메소드들

메소드 설명
BinaryStream ( Stream stream ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
BinaryStream ( ) : System

메소드 상세

BinaryStream() 보호된 메소드

protected BinaryStream ( ) : System
리턴 System

BinaryStream() 공개 메소드

public BinaryStream ( Stream stream ) : System
stream Stream
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

_reader 보호되어 있는 프로퍼티

protected BinaryReader,System.IO _reader
리턴 System.IO.BinaryReader

_stream 보호되어 있는 프로퍼티

protected Stream _stream
리턴 Stream

_writer 보호되어 있는 프로퍼티

protected BinaryWriter,System.IO _writer
리턴 System.IO.BinaryWriter