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

I

ICount - Interface in jut.ref
generic long counter interface.
indexOfDifference(String, String) - Static method in class jut.lang.Strings
Compares two Strings, and returns the index at which the Strings begin to differ.
input(File) - Static method in class jut.io.Streams
opens a buffered input stream for a file. if the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading then a FileNotFoundException is thrown.
InputCountStream - Class in jut.io
InputStream counting the bytes read. the methods InputCountStream.skip(long), InputCountStream.mark(int) and InputCountStream.reset() are not supported and throw an UnsupportedOperationException.
InputCountStream() - Constructor for class jut.io.InputCountStream
create a new InputStream counting the bytes passing through. the constructor's caller is responsible for filling in the InputCountStream.baseStream field.
InputCountStream(ICount) - Constructor for class jut.io.InputCountStream
create a new InputStream counting the bytes passing through. the constructor's caller is responsible for filling in the InputCountStream.baseStream field.
InputCountStream(File) - Constructor for class jut.io.InputCountStream
create a new InputStream counting the bytes passing through. for creating the stream, the Streams.input(File) method is used.
InputCountStream(File, ICount) - Constructor for class jut.io.InputCountStream
create a new InputStream counting the bytes passing through. for creating the stream, the Streams.input(File) method is used.
InputCountStream(InputStream) - Constructor for class jut.io.InputCountStream
create a new FilterInputStream counting the bytes passing through.
InputCountStream(InputStream, ICount) - Constructor for class jut.io.InputCountStream
create a new FilterInputStream counting the bytes passing through.
InputStreamCache - Class in jut.io
InputStream caching the data read and providing them as new InputStream on request. caching is done in memory and/or in file.
InputStreamCache(InputStream) - Constructor for class jut.io.InputStreamCache
create a new InputStreamCache that only uses in-memory caching.
InputStreamCache(InputStream, boolean) - Constructor for class jut.io.InputStreamCache
create a new InputStreamCache. as cache directory, the directory from the system property java.io.tmpdir is used.
InputStreamCache(InputStream, File) - Constructor for class jut.io.InputStreamCache
create a new InputStreamCache.
InputStreamCache.ByteArrayCache - Interface in jut.io
provider interface for large byte arrays that can be used as memory cache.
iterator() - Method in class jut.io.DirectoryTree
iterator() - Method in class jut.lang.AbstractOneTimeIterable
the first time called, returns an iterator over a set of elements of type T. subsequent calls should result in an IllegalStateException.
iterator() - Method in interface jut.lang.OneTimeIterable
the first time called, returns an iterator over a set of elements of type T. subsequent calls should result in an IllegalStateException.
iteratorHasNext() - Method in class jut.lang.AbstractOneTimeIterable
returns true if the iterator has more elements.
iteratorHasNext() - Method in class jut.lang.OneTimeIterableWrapper
returns true if the iterator has more elements.
iteratorHasNext() - Method in class jut.util.concurrent.BlockingOpenIterable
returns true if the iterator has more elements.
iteratorNext() - Method in class jut.lang.AbstractOneTimeIterable
returns the next element in the iterator.
iteratorNext() - Method in class jut.lang.OneTimeIterableWrapper
returns the next element in the iterator.
iteratorNext() - Method in class jut.util.concurrent.BlockingOpenIterable
returns the next element in the iterator.

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