C# 클래스 System.util.PushbackStream

상속: FilterStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
PushbackStream ( Stream s ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Unread ( int b ) : void

메소드 상세

PushbackStream() 공개 메소드

public PushbackStream ( Stream s ) : System
s Stream
리턴 System

Read() 공개 메소드

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

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

Unread() 공개 메소드

public Unread ( int b ) : void
b int
리턴 void