Package com.glaivestone.javax.io

Extensions to the standard Java java.io package.

See:
          Description

Interface Summary
FileConstants Symbolic constants for file system values.
 

Class Summary
FileSystemOperationResult A status result for operations which involve multiple file system elements.
FileSystemReference Services for working with references to files and directories in a file system.
FileSystemServices Convenience services for working with files and directories in a file system.
FileType A FileType constant identifies a specific file type and defines standard attributes such as a brief description and the extension used with the file type.
SystemIOStreams Operations on the standard system I/O streams.
 

Package com.glaivestone.javax.io Description

Extensions to the standard Java java.io package.

FileType is an open-ended constant definition facility for creating file type constants. A few standard file type constants are provided for convenience. Application developers can define suitable constants for their own application file types as needed.

FileSystemReference and FileSystemServices provide some convenience services to augment the rudimentary file system support provided in the base J2SE platform.


GFL 1.1 API