C# 클래스 CSharpUtils.Streams.ProxyStreamReadWriteAnalyzer

상속: ProxyStream
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_ReadUsage SpaceAssigner1D
_WriteUsage SpaceAssigner1D

공개 메소드들

메소드 설명
ProxyStreamReadWriteAnalyzer ( Stream BaseStream ) : System.IO

Read ( byte buffer, int offset, int count ) : int

Write ( byte buffer, int offset, int count ) : void

메소드 상세

ProxyStreamReadWriteAnalyzer() 공개 메소드

public ProxyStreamReadWriteAnalyzer ( Stream BaseStream ) : System.IO
BaseStream System.IO.Stream
리턴 System.IO

Read() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

_ReadUsage 보호되어 있는 프로퍼티

protected SpaceAssigner1D _ReadUsage
리턴 SpaceAssigner1D

_WriteUsage 보호되어 있는 프로퍼티

protected SpaceAssigner1D _WriteUsage
리턴 SpaceAssigner1D