Holger's
Java API

Uses of Package
com.antelmann.io

Packages that use com.antelmann.io
com.antelmann These are general classes that apply for the framework as a whole. 
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
com.antelmann.util This package contains generally useful classes that are used throughout the other packages in this framework. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Classes in com.antelmann.io used by com.antelmann
MyFile
          A specialized File class that provides some additional functionality.
 

Classes in com.antelmann.io used by com.antelmann.cddb
MyFile
          A specialized File class that provides some additional functionality.
 

Classes in com.antelmann.io used by com.antelmann.crm
BinaryData
          allows to keep an instance that will produce an InputStream on demand while supporting serialization of the same.
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.db
BinaryData
          allows to keep an instance that will produce an InputStream on demand while supporting serialization of the same.
 

Classes in com.antelmann.io used by com.antelmann.image
BinaryData
          allows to keep an instance that will produce an InputStream on demand while supporting serialization of the same.
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.io
Backup
          allows to easily backup directories.
BinaryData
          allows to keep an instance that will produce an InputStream on demand while supporting serialization of the same.
ExtensionFileFilter
          ExtensionFileFilter is a flexible multi-purpose FileFilter.
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 occurrence of a given byte pattern.
InterceptInputStream.Handler
          used to handle pattern occurrences for an InterceptInputStream
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.
 

Classes in com.antelmann.io used by com.antelmann.math
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.net
MyFile
          A specialized File class that provides some additional functionality.
 

Classes in com.antelmann.io used by com.antelmann.net.mail
MyFile
          A specialized File class that provides some additional functionality.
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.net.web
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.sound
ExtensionFileFilter
          ExtensionFileFilter is a flexible multi-purpose FileFilter.
 

Classes in com.antelmann.io used by com.antelmann.sql
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.util
MyFile
          A specialized File class that provides some additional functionality.
XMLSerializable
          A class that implements XMLSerializable can be written to an external target and later reinitialized using that target as a source.
 

Classes in com.antelmann.io used by com.antelmann.util.logging
MyFile
          A specialized File class that provides some additional functionality.
 



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