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

F

File - interface au.com.prunge.jgenfile.File.
The representation of a file in a file system.
FileAccessor - interface au.com.prunge.jgenfile.FileAccessor.
A file accessor allows access to the contents of a file through a channel.
FileAccessorClosedException - exception au.com.prunge.jgenfile.FileAccessorClosedException.
An exception that occurs when a channel is attempted to be acquired from a file accessor that has been closed.
FileAccessorClosedException() - Constructor for class au.com.prunge.jgenfile.FileAccessorClosedException
Constructs a FileAccessorClosedException.
FileAccessorClosedException(String) - Constructor for class au.com.prunge.jgenfile.FileAccessorClosedException
Constructs a FileAccessorClosedException with the specified detail message.
FileAccessorOperation - interface au.com.prunge.jgenfile.FileAccessorOperation.
An operation that operates on a file accessor.
FileAccessorOptions - class au.com.prunge.jgenfile.FileAccessorOptions.
Available options to use when creating a file accessor.
FileAccessorOptions.OffsetMode - class au.com.prunge.jgenfile.FileAccessorOptions.OffsetMode.
Class to represent different offset modes.
FileAccessorOptions(boolean, boolean, boolean, FileAccessorOptions.OffsetMode) - Constructor for class au.com.prunge.jgenfile.FileAccessorOptions
Creates a set of options.
FileAccessorOptionsException - exception au.com.prunge.jgenfile.FileAccessorOptionsException.
An exception that is thrown when a channel is accessed through a file accessor but the options used to create the accessor did not specify the type of access appropriate for the method.
FileAccessorOptionsException(FileAccessorOptions) - Constructor for class au.com.prunge.jgenfile.FileAccessorOptionsException
Constructs a FileAccessorOptionsException.
FileAccessorOptionsException(FileAccessorOptions, String) - Constructor for class au.com.prunge.jgenfile.FileAccessorOptionsException
Constructs a FileAccessorOptionsException.
FileOperation - interface au.com.prunge.jgenfile.FileOperation.
An operation that operates on a file.
FileSystem - interface au.com.prunge.jgenfile.FileSystem.
A file system has methods to batch commands and allows retrieval of metadata relating to the file system itself, as well as a batch run method for operations that can be used to improve performance.
FileSystemCreationException - exception au.com.prunge.jgenfile.spi.FileSystemCreationException.
An exception that occurs when creation of a file system from a provider fails.
FileSystemCreationException() - Constructor for class au.com.prunge.jgenfile.spi.FileSystemCreationException
Constructs a FileSystemCreationException.
FileSystemCreationException(String) - Constructor for class au.com.prunge.jgenfile.spi.FileSystemCreationException
Constructs a FileSystemCreationException with the specified detail message.
FileSystemCreationException(String, Throwable) - Constructor for class au.com.prunge.jgenfile.spi.FileSystemCreationException
Constructs a FileSystemCreationException with a detail message and cause.
FileSystemCreationException(Throwable) - Constructor for class au.com.prunge.jgenfile.spi.FileSystemCreationException
Constructs a FileSystemCreationException with the specified cause.
FileSystemOperation - interface au.com.prunge.jgenfile.FileSystemOperation.
An operation for a file system.
FileSystemProvider - class au.com.prunge.jgenfile.spi.FileSystemProvider.
FileSystem service-provider class.
FileSystemProvider.Info - class au.com.prunge.jgenfile.spi.FileSystemProvider.Info.
Additional information about a file system provider can be stored in an instance of this class.
FileSystemProvider.Info(String, String, Date, URL) - Constructor for class au.com.prunge.jgenfile.spi.FileSystemProvider.Info
Constructs an Info object.
FileSystemProvider() - Constructor for class au.com.prunge.jgenfile.spi.FileSystemProvider
Initializes a new file system provider.
force(boolean) - Method in class au.com.prunge.jgenfile.impl.local.channels.RandomAccessFileChannel
 
format(ItemReference) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Converts an item reference into a string.
format(ItemReference, StringBuffer, FieldPosition) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Converts an item reference to a string.
format(Object, StringBuffer, FieldPosition) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Converts an item reference to a string.
formatItem(String, StringBuffer, char) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Appends the string conversion of a single item in the path to the specified string buffer.
formatParentReference(StringBuffer, char) - Method in class au.com.prunge.jgenfile.text.ItemReferenceFormat
Appends the string conversion of the special PARENT_REFERENCE in the path to the specified string buffer.

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