프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public BackInputStream ( System streamReader ) : System | ||
streamReader | System | |
리턴 | System |
public BackInputStream ( System streamReader, System size ) : System | ||
streamReader | System | |
size | System | |
리턴 | System |
public Move ( byte array, int index, int count ) : void | ||
array | byte | |
index | int | |
count | int | |
리턴 | void |
public Read ( byte array, int index, int count ) : int | ||
array | byte | |
index | int | |
count | int | |
리턴 | int |
public UnRead ( byte array, int index, int count ) : void | ||
array | byte | |
index | int | |
count | int | |
리턴 | void |