C# 클래스 clojure.lang.PushbackInputStream

상속: Stream, IDisposable
파일 보기 프로젝트 열기: aaronc/clojure-clr

보호된 프로퍼티들

프로퍼티 타입 설명
_hasUnread bool
_unreadByte byte

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
PushbackInputStream ( Stream stream ) : System
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Unread ( byte b ) : void
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
Read ( byte buffer, int offset, int count ) : int

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

PushbackInputStream() 공개 메소드

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

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

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

Unread() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

_hasUnread 보호되어 있는 프로퍼티

protected bool _hasUnread
리턴 bool

_unreadByte 보호되어 있는 프로퍼티

protected byte _unreadByte
리턴 byte