Holger's
Java API

Package com.antelmann.io

This package contains classes that are concerned with input/output operations.

See:
          Description

Interface Summary
InterceptInputStream.Handler used to handle pattern occurences for an InterceptInputStream
XMLSerializable A class that implmements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Class Summary
Backup allows to easily backup directories.
BackupFrame a gui utility to run and schedule backups
CompareFrame  
Data The class Data contains some useful static functions to manipulate data.
DirectoryTreeNode DirectoryTreeNode implements a TreeNode that can be used to visualize a directory structure.
DoublePrintStream a PrintStream that propagates writes to two PrintStream objects
ExtensionFileFilter ExtensionFileFilter is a flexible multi-purpose FileFilter.
FileNamePatternFilter filters by matching the file name to a regular expression.
FileSizeComparator  
FileTableModel a table model that enables importing/exporting from/to a file easily
FileTreeNode FileTreeNode implements a TreeNode that can be used to visualize a file structure.
IniFile a file that loads properties to standard *.ini conventions (unlike the class java.util.Properties)
InterceptInputStream A specialized stream that allows to provide custom actions upon the occurence of a given byte pattern.
MyFile A specialized File class that provides some additional functionality.
ObjectEnumerator used to iterate over (potentially serialized) objects contained in a binary file or inputstream.
ReplaceInputStream This specialized stream replaces all occurences of a given byte pattern with another throughout the stream.
 

Package com.antelmann.io Description

This package contains classes that are concerned with input/output operations.



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads