Holger's
Java API

Uses of Class
com.antelmann.io.ObjectEnumerator

Packages that use ObjectEnumerator
com.antelmann.io This package contains classes that are concerned with input/output operations. 
 

Uses of ObjectEnumerator in com.antelmann.io
 

Methods in com.antelmann.io that return ObjectEnumerator
 ObjectEnumerator MyFile.objectEnumerator()
          returns an Enumeration over the objects contained in this binary file with serialized objects written with an ObjectOutputStream
 ObjectEnumerator MyFile.objectEnumerator(boolean useDeserialization)
          returns an Enumeration over the objects contained in this binary file with serialized objects written with an ObjectOutputStream.
 ObjectEnumerator MyFile.objectEnumerator(boolean useDeserialization, Logger exceptionLogger)
          convenience method
 



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