Method |
Description |
|
@in ( ) : InStream |
|
|
@out ( ) : OutStream |
|
|
@typeof ( ) : Type |
|
|
capacity ( ) : long |
|
|
capacity ( long c ) : void |
|
|
charset ( ) : Charset |
|
|
charset ( Charset charset ) : void |
|
|
clear ( ) : Buf |
|
|
close ( ) : bool |
|
|
dup ( ) : Buf |
|
|
eachLine ( Func f ) : void |
|
|
endian ( ) : Endian |
|
|
endian ( Endian endian ) : void |
|
|
fill ( long b, long times ) : Buf |
|
|
flip ( ) : Buf |
|
|
flush ( ) : Buf |
|
|
fromBase64 ( string s ) : Buf |
|
|
fromHex ( string s ) : Buf |
|
|
get ( long pos ) : long |
|
|
getRange ( Range range ) : Buf |
|
|
hmac ( String algorithm, Buf key ) : Buf |
|
|
isEmpty ( ) : bool |
|
|
make ( ) : Buf |
|
|
make ( long capacity ) : Buf |
|
|
more ( ) : bool |
|
|
peek ( ) : Long |
|
|
peekChar ( ) : Long |
|
|
pos ( ) : long |
|
|
print ( object obj ) : Buf |
|
|
printLine ( ) : Buf |
|
|
printLine ( object obj ) : Buf |
|
|
random ( long s ) : Buf |
|
|
read ( ) : Long |
|
|
readAllBuf ( ) : Buf |
|
|
readAllLines ( ) : List |
|
|
readAllStr ( ) : string |
|
|
readAllStr ( bool normalizeNewlines ) : string |
|
|
readBool ( ) : bool |
|
|
readBuf ( Buf other, long n ) : Long |
|
|
readBufFully ( Buf buf, long n ) : Buf |
|
|
readChar ( ) : Long |
|
|
readChars ( long n ) : string |
|
|
readDecimal ( ) : BigDecimal |
|
|
readF4 ( ) : double |
|
|
readF8 ( ) : double |
|
|
readLine ( ) : string |
|
|
readLine ( Long max ) : string |
|
|
readObj ( ) : object |
|
|
readObj ( Map opt ) : object |
|
|
readProps ( ) : Map |
|
|
readS1 ( ) : long |
|
|
readS2 ( ) : long |
|
|
readS4 ( ) : long |
|
|
readS8 ( ) : long |
|
|
readStrToken ( ) : string |
|
|
readStrToken ( Long max ) : string |
|
|
readStrToken ( Long max, Func f ) : string |
|
|
readU1 ( ) : long |
|
|
readU2 ( ) : long |
|
|
readU4 ( ) : long |
|
|
readUtf ( ) : string |
|
|
remaining ( ) : long |
|
|
seek ( long pos ) : Buf |
|
|
set ( long pos, long b ) : Buf |
|
|
size ( ) : long |
|
|
size ( long s ) : void |
|
|
toBase64 ( ) : string |
|
|
toDigest ( string algorithm ) : Buf |
|
|
toHex ( ) : string |
|
|
toStr ( ) : string |
|
|
trim ( ) : Buf |
|
|
unread ( long n ) : Buf |
|
|
unreadChar ( long c ) : Buf |
|
|
write ( long b ) : Buf |
|
|
writeBool ( bool x ) : Buf |
|
|
writeBuf ( Buf other ) : Buf |
|
|
writeBuf ( Buf other, long n ) : Buf |
|
|
writeChar ( long c ) : Buf |
|
|
writeChars ( string s ) : Buf |
|
|
writeChars ( string s, long off ) : Buf |
|
|
writeChars ( string s, long off, long len ) : Buf |
|
|
writeDecimal ( BigDecimal x ) : Buf |
|
|
writeF4 ( double x ) : Buf |
|
|
writeF8 ( double x ) : Buf |
|
|
writeI2 ( long x ) : Buf |
|
|
writeI4 ( long x ) : Buf |
|
|
writeI8 ( long x ) : Buf |
|
|
writeObj ( object obj ) : Buf |
|
|
writeObj ( object obj, Map opt ) : Buf |
|
|
writeProps ( Map props ) : Buf |
|
|
writeUtf ( string x ) : Buf |
|
|
writeXml ( string s ) : Buf |
|
|
writeXml ( string s, long flags ) : Buf |
|
|