Package com.sun.jimi.util

Interface Summary
PropertyOwner Useful interface to check for consistancy of implementation of a generalised Property holding facility on any given class.
RandomAccessStorage Interface for RandomAccessFile-like functionality.
Range Provides an easy means of specifying an arbitrary range of values.
 

Class Summary
ArrayEnumeration Simple class that allows for the return of an array of strings via an Enumeration.
ByteCountInputStream This class provides a way to count the bytes of data that have been read from the underlying input stream at any given time.
DataType This class provides a data type identification in the form of a string.
ExpandableArray Simple Single Threaded Expandable Array.
FileRandomAccessStorage Simple implementation of RandomAccessStorage using a RandomAccessFile for on-disk storage.
FullyBufferedInputStream This class implements a buffered input stream which sits on top of any existing InputStream.
IntegerRange Provides an easy means of specifying a range of integers.
MemoryRandomAccessStorage In-memory implementation of RandomAccessStorage.
ObjectInputToStreamAdapter No-frills adapter for using ObjectInput as an InputStream
ObjectOutputToStreamAdapter No-frills adapter for using ObjectOutput as an OutputStream
PropertyOwnerBase Implementation of the PropertyOwner interface.