C# 클래스 Support.SupportClass.BackInputStream

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: RHY3756547/FreeSO

보호된 프로퍼티들

프로퍼티 타입 설명
buffer byte[]
position int

공개 메소드들

메소드 설명
BackInputStream ( System streamReader ) : System
BackInputStream ( System streamReader, System size ) : System
MarkSupported ( ) : bool
Move ( byte array, int index, int count ) : void
Read ( ) : int
Read ( byte array, int index, int count ) : int
UnRead ( byte array ) : void
UnRead ( byte array, int index, int count ) : void
UnRead ( int i ) : void

메소드 상세

BackInputStream() 공개 메소드

public BackInputStream ( System streamReader ) : System
streamReader System
리턴 System

BackInputStream() 공개 메소드

public BackInputStream ( System streamReader, System size ) : System
streamReader System
size System
리턴 System

MarkSupported() 공개 메소드

public MarkSupported ( ) : bool
리턴 bool

Move() 공개 메소드

public Move ( byte array, int index, int count ) : void
array byte
index int
count int
리턴 void

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte array, int index, int count ) : int
array byte
index int
count int
리턴 int

UnRead() 공개 메소드

public UnRead ( byte array ) : void
array byte
리턴 void

UnRead() 공개 메소드

public UnRead ( byte array, int index, int count ) : void
array byte
index int
count int
리턴 void

UnRead() 공개 메소드

public UnRead ( int i ) : void
i int
리턴 void

프로퍼티 상세

buffer 보호되어 있는 프로퍼티

protected byte[] buffer
리턴 byte[]

position 보호되어 있는 프로퍼티

protected int position
리턴 int