메소드 | 설명 | |
---|---|---|
@typeof ( ) : |
||
charset ( ) : |
||
charset ( |
||
close ( ) : bool | ||
eachLine ( |
||
endian ( ) : |
||
endian ( |
||
make ( |
||
make_ ( |
||
peek ( ) : Long | ||
peekChar ( ) : Long | ||
pipe ( |
||
pipe ( |
||
pipe ( |
||
r ( ) : int |
Read a byte using a Java primitive int. Most reads route to this method for efficient mapping to a java.io.InputStream. If we aren't overriding this method, then route back to read() for the subclass to handle.
|
|
rChar ( ) : int |
Read char as primitive int.
|
|
read ( ) : Long | ||
readAllBuf ( ) : |
||
readAllLines ( ) : |
||
readAllStr ( ) : string | ||
readAllStr ( bool normalizeNewlines ) : string | ||
readBool ( ) : bool | ||
readBuf ( |
||
readBufFully ( |
||
readChar ( ) : Long | ||
readChars ( long n ) : string | ||
readDecimal ( ) : |
||
readF4 ( ) : double | ||
readF8 ( ) : double | ||
readLine ( ) : string | ||
readLine ( Long max ) : string | ||
readObj ( ) : object | ||
readObj ( |
||
readProps ( ) : |
||
readPropsListVals ( ) : |
||
readS1 ( ) : long | ||
readS2 ( ) : long | ||
readS4 ( ) : long | ||
readS8 ( ) : long | ||
readStrToken ( ) : string | ||
readStrToken ( Long max ) : string | ||
readStrToken ( Long max, |
||
readU1 ( ) : long | ||
readU2 ( ) : long | ||
readU4 ( ) : long | ||
readUtf ( ) : string | ||
skip ( long n ) : long | ||
unread ( int b ) : |
Unread a byte using a .NET primitive int. If we aren't overriding this method, then route back to read() for the subclass to handle.
|
|
unread ( long n ) : |
||
unreadChar ( int b ) : |
Unread char as primitive int.
|
|
unreadChar ( long c ) : |
메소드 | 설명 | |
---|---|---|
InStream ( ) : System.Text |
메소드 | 설명 | |
---|---|---|
addProp ( |
||
hex ( int c ) : int | ||
readProps ( bool listVals ) : |
||
readUtfString ( ) : string |
public static make_ ( |
||
self | ||
input | ||
리턴 | void |
public pipe ( |
||
output | ||
toPipe | Long | |
cls | bool | |
리턴 | long |
public readAllStr ( bool normalizeNewlines ) : string | ||
normalizeNewlines | bool | |
리턴 | string |