Method | Description | |
---|---|---|
@typeof ( ) : |
||
close ( ) : bool | ||
flush ( ) : |
||
toDigest ( string algorithm ) : |
||
toHex ( ) : string |
Method | Description | |
---|---|---|
FileBuf ( File file, |
||
getByte ( long pos ) : int | ||
getBytes ( long pos, byte dst, int off, int len ) : void | ||
getPos ( ) : long | ||
getSize ( ) : long | ||
pipeFrom ( |
||
pipeFrom ( byte src, int srcPos, int len ) : void | ||
pipeTo ( |
||
pipeTo ( byte dst, int dstPos, int len ) : void | ||
setByte ( long pos, int x ) : void | ||
setPos ( long x ) : void | ||
setSize ( long x ) : void | ||
temp ( ) : byte[] |