A B C D E F G H I J L M N O P R S T U V W

R

read(byte[], int, int) - Method in class jut.io.InputCountStream
read(byte[]) - Method in class jut.io.InputCountStream
read() - Method in class jut.io.InputCountStream
read() - Method in class jut.io.InputStreamCache
read(byte[]) - Method in class jut.io.InputStreamCache
read(byte[], int, int) - Method in class jut.io.InputStreamCache
read(InputStream, byte[]) - Static method in class jut.io.Streams
fill a byte buffer from an input stream. this method will fill the whole buffer unless the end of stream is reached first.
read(InputStream, byte[], int) - Static method in class jut.io.Streams
fill a byte buffer from an input stream. this method will fill the whole buffer unless the end of stream is reached first.
release() - Method in class jut.io.InputStreamCache
release resources, i.e., release memory buffers and delete temp cache file. if the temp file exists but can not be deleted, a message is written to stderr. this may occur due to a couple of reasons - search the Internet e.g. for "java delete file system.gc".
releaseBuffer(byte[]) - Method in interface jut.io.InputStreamCache.ByteArrayCache
reclaim a byte array previously released via the InputStreamCache.ByteArrayCache.getBuffer() method.
relPath(File, File) - Static method in class jut.io.Files
returns the relative path of a file within a directory. if the file IS the directory, returns "". for obtaining the paths, simply File.getPath() is called, i.e., the file paths used in this method are not absolute or canonical.
removeDifListener(ParamCallable<Boolean, Long>) - Method in class jut.ref.Counter
unregister a change listener. note that only one instance of the listener is unregistered, not all instances.
removeValListener(ParamCallable<Boolean, Long>) - Method in class jut.ref.Counter
unregister a value listener. note that only one instance of the listener is unregistered, not all instances.
reset() - Method in class jut.io.InputCountStream
this method always throws an UnsupportedOperationException.
run(T) - Method in interface jut.lang.ParamRunnable
execute code with one parameter.

A B C D E F G H I J L M N O P R S T U V W