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

I

IncompleteCopyException - exception au.com.prunge.jgenfile.IncompleteCopyException.
An exception that occurs when a copy operation copied some but not all of the bytes that were meant to be copied.
IncompleteCopyException(long, long) - Constructor for class au.com.prunge.jgenfile.IncompleteCopyException
Constructs an IncompleteCopyException.
IncompleteCopyException(String, long, long) - Constructor for class au.com.prunge.jgenfile.IncompleteCopyException
Constructs an IncompleteCopyException with the specified detail message.
IncompleteCopyException(String, Throwable, long, long) - Constructor for class au.com.prunge.jgenfile.IncompleteCopyException
Constructs an IncompleteCopyException with a cause and detail message.
IncompleteCopyException(Throwable, long, long) - Constructor for class au.com.prunge.jgenfile.IncompleteCopyException
Constructs an IncompleteCopyException with a cause.
InvalidAncestorException - exception au.com.prunge.jgenfile.InvalidAncestorException.
An exception that occurs when a directory that is expected to be an ancestor of an item cannot be found.
InvalidAncestorException(Item, Directory) - Constructor for class au.com.prunge.jgenfile.InvalidAncestorException
Constructs an InvalidAncestorException.
InvalidAncestorException(String, Item, Directory) - Constructor for class au.com.prunge.jgenfile.InvalidAncestorException
Constructs an InvalidAncestorException with the specified detail message.
InvalidItemNameException - exception au.com.prunge.jgenfile.InvalidItemNameException.
An exception that indicates that an item name was invalid.
InvalidItemNameException(String) - Constructor for class au.com.prunge.jgenfile.InvalidItemNameException
Constructs an InvalidItemNameException.
InvalidItemNameException(String, String) - Constructor for class au.com.prunge.jgenfile.InvalidItemNameException
Constructs an InvalidItemNameException with a detail message.
InvalidItemNameException(String, String, Throwable) - Constructor for class au.com.prunge.jgenfile.InvalidItemNameException
Constructs an InvalidItemNameException with a detail message and cause.
InvalidItemNameException(String, Throwable) - Constructor for class au.com.prunge.jgenfile.InvalidItemNameException
Constructs an InvalidItemNameException with a cause.
isAccessorClosed() - Method in interface au.com.prunge.jgenfile.FileAccessor
Returns whether this file accessor has been closed.
isAccessorClosed() - Method in class au.com.prunge.jgenfile.impl.AbstractFileAccessor
 
isChannelAcquired() - Method in interface au.com.prunge.jgenfile.FileAccessor
Returns whether a channel has been acquired from this accessor.
isChannelAcquired() - Method in class au.com.prunge.jgenfile.impl.AbstractFileAccessor
 
isCompatibleValue(OperationHints.Value) - Method in class au.com.prunge.jgenfile.OperationHintsCommonKeys.KeyImpl
 
isCompatibleValue(OperationHints.Value) - Method in interface au.com.prunge.jgenfile.OperationHints.Key
Returns whether the specified value is appropriate for this key.
isEmpty() - Method in class au.com.prunge.jgenfile.OperationHints
 
isOpen() - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
isRandomAccess() - Method in class au.com.prunge.jgenfile.FileAccessorOptions
Returns whether the file accessor should support random access channels.
isReadable() - Method in class au.com.prunge.jgenfile.FileAccessorOptions
Returns whether the file accessor should support readable channels.
isRoot() - Method in class au.com.prunge.jgenfile.impl.local.LocalItem
Returns whether this item is a root of the file system.
isWritable() - Method in class au.com.prunge.jgenfile.FileAccessorOptions
Returns whether the file accessor should support writable channels.
Item - interface au.com.prunge.jgenfile.Item.
An item represents a file or directory in a file system.
ItemIterator - interface au.com.prunge.jgenfile.ItemIterator.
An iterator that can be used to go through a listing of children in a directory.
ItemListAbsolutePath - class au.com.prunge.jgenfile.impl.ItemListAbsolutePath.
An absolute path that is constructed from a list of items.
ItemListAbsolutePath(Item, List) - Constructor for class au.com.prunge.jgenfile.impl.ItemListAbsolutePath
Constructs an ItemListAbsolutePath.
ItemListRelativePath - class au.com.prunge.jgenfile.impl.ItemListRelativePath.
A relative path that is constructed from a list of items.
ItemListRelativePath(Item, List) - Constructor for class au.com.prunge.jgenfile.impl.ItemListRelativePath
Constructs an ItemListRelativePath.
ItemNameInUseException - exception au.com.prunge.jgenfile.ItemNameInUseException.
An exception that occurs when an attempt is made to rename or create an item with a name that another item in the same directory already has.
ItemNameInUseException(String) - Constructor for class au.com.prunge.jgenfile.ItemNameInUseException
Constructs an ItemNameInUseException.
ItemNameInUseException(String, String) - Constructor for class au.com.prunge.jgenfile.ItemNameInUseException
Constructs a ItemNameInUseException with a detail message.
ItemNameInUseException(String, String, Throwable) - Constructor for class au.com.prunge.jgenfile.ItemNameInUseException
Constructs a ItemNameInUseException with a detail message and cause.
ItemNameInUseException(String, Throwable) - Constructor for class au.com.prunge.jgenfile.ItemNameInUseException
Constructs an ItemNameInUseException with a cause.
ItemNotFoundException - exception au.com.prunge.jgenfile.ItemNotFoundException.
An exception that occurs when an item can not be found in the file system.
ItemNotFoundException() - Constructor for class au.com.prunge.jgenfile.ItemNotFoundException
Constructs an ItemNotFoundException.
ItemNotFoundException(String) - Constructor for class au.com.prunge.jgenfile.ItemNotFoundException
Constructs an ItemNotFoundException with a detail message.
ItemNotFoundException(String, Throwable) - Constructor for class au.com.prunge.jgenfile.ItemNotFoundException
Constructs a ItemNotFoundException with a detail message and a cause.
ItemNotFoundException(Throwable) - Constructor for class au.com.prunge.jgenfile.ItemNotFoundException
Constructs a ItemNotFoundException with a cause.
ItemOperation - interface au.com.prunge.jgenfile.ItemOperation.
An operation that acts on a single item in a file system.
ItemReference - class au.com.prunge.jgenfile.ItemReference.
A reference to an item in a file system.
ItemReference(List) - Constructor for class au.com.prunge.jgenfile.ItemReference
Constructs an ItemReference.
ItemReferenceFormat - class au.com.prunge.jgenfile.text.ItemReferenceFormat.
An item reference format converts item references into strings and back again.
ItemReferenceFormat() - Constructor for class au.com.prunge.jgenfile.text.ItemReferenceFormat
Constructs an ItemReferenceFormat.
ItemUtils - class au.com.prunge.jgenfile.impl.local.ItemUtils.
Class containing utility methods for local file systems and items.
iterator() - Method in interface au.com.prunge.jgenfile.Path
Returns an iterator that iterates over the ancestors in this path.
iterator() - Method in interface au.com.prunge.jgenfile.RelativePath
Returns an iterator that iterates over the ancestors in this path.
iterator() - Method in class au.com.prunge.jgenfile.impl.AbstractPath
 

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