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.game This package contains packages to support game implementations. 
com.antelmann.game.quiz This package contains an implementation for quiz games. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
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.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.util This package contains general utility classes that are used throughout the other packages. 
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.game
ExtensionFileFilter
          ExtensionFileFilter is a flexible multi-purpose FileFilter.
 

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

Classes in com.antelmann.io used by com.antelmann.io
Backup
          allows to easily backup directories.
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 occurence of a given byte pattern.
InterceptInputStream.Handler
          used to handle pattern occurences for an InterceptInputStream
MyFile
          A specialized File class that provides some additional functionality.
 

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.
 

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.util
MyFile
          A specialized File class that provides some additional functionality.
 

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



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