Package org.clapper.util.io

org.clapper.util.io - Input/Output Classes.

See:
          Description

Interface Summary
RollingFileWriter.RolloverCallback Defines the interface to a callback object containing methods that a RollingFileWriter can invoke during processing.
 

Class Summary
AndFileFilter An AndFileFilter contains logically ANDs other java.io.FileFilter objects.
AndFilenameFilter An AndFilenameFilter logically ANDs other java.io.FilenameFilter objects.
CombinationFileFilter Deprecated. Use AndFileFilter and OrFileFilter
CombinationFilenameFilter Deprecated. Use AndFilenameFilter and OrFilenameFilter
DirectoryFilter DirectoryFilter implements a java.io.FileFilter that matches only directories.
FileNameComparator FileNameComparator implements a Comparator class that compares file names (expressed either as String or File objects) for sorting.
FileOnlyFilter FileOnlyFilter implements a java.io.FileFilter that matches anything that isn't a directory.
FileUtil Static class containing miscellaneous file utility methods.
JustifyTextWriter The JustifyTextWriter class is a filter class.
MultipleRegexFilenameFilter MultipleRegexFilenameFilter implements a java.io.FilenameFilter that matches file names and path names using one or more regular expressions.
NotFileFilter NotFileFilter is a FileFilter that wraps another FileFilter and negates the sense of the wrapped filter's accept() method.
NotFilenameFilter NotFilenameFilter is a FilenameFilter that wraps another FilenameFilter and negates the sense of the wrapped filter's accept() method.
OrFileFilter An OrFileFilter logically ORs other java.io.FileFilter objects.
OrFilenameFilter An OrFilenameFilter logically ORs other java.io.FilenameFilter objects.
RecursiveFileFinder A RecursiveFileFinder walks a directory tree and finds all files (or directories) that satisfy caller-supplied criteria.
RegexFileFilter RegexFileFilter implements a java.io.FileFilter class that matches files using a regular expression.
RegexFilenameFilter RegexFilenameFilter implements a java.io.FilenameFilter class that matches files using a regular expression.
RollingFileWriter A RollingFileWriter is similar to the JDK-supplied FileOutputStream class: It provides an output stream for writing data to a File.
WordWrapWriter The WordWrapWriter class is a filter class.
XMLWriter XMLWriter is a filtering Writer class, designed to be used to write XML output.
Zipper The Zipper class provides a convenient mechanism for writing zip and jar files; it's a simplifying layer that sits on top of the existing Zip and Jar classes provided by the JDK.
 

Enum Summary
CombinationFilterMode Used solely to define type-safe mode values for CombinationFilenameFilter and CombinationFileFilter.
FileFilterMatchType The FileFilterMatchType enumeration spells out the legal match types for RegexFilenameFilter and RegexFileFilter.
JustifyStyle The JustifyStyle enumeration spells out the legal field justification values for classes such as JustifyTextWriter.
MultipleRegexFilenameFilter.MatchType Match types
RollingFileWriter.Compression An enumeration of constants defining whether or not to compress backup files.
 

Exception Summary
IOExceptionExt Defines an alternative to the JDK's IOException class that permits localized messages.
 

Package org.clapper.util.io Description

org.clapper.util.io - Input/Output Classes.

This package contains input- and output-related Java classes; the package is a conceptual extension of the standard java.io package.



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.