Package net.sourceforge.groboutils.util.io.v1

Utilities and Java I/O extentions to speed up development time of file and stream processing in your app.

See:
          Description

Interface Summary
IInputStreamGenerator A type of class which can generate a new InputStream based on just a partial name.
 

Class Summary
AllFileFilter Allows all files to be accepted.
AllFilenameFilter Allows all files to be accepted.
ExtensionFileFilter Allows files with the given extention(s) to be accepted.
ExtensionFilenameFilter Allows files with the given extention(s) to be accepted.
FileInputStreamGenerator A type of class which can generate a new InputStream based on just a partial name.
FileUtils Simple and common file operations in a Utility class.
HashtableInputStreamGenerator A type of class which can generate a new InputStream based on a entry in a Hashtable.
MimeInputStream java.io.FilterInputStream implementation for Mime base 64.
MimeOutputStream java.io.FilterOutputStream implementation for Mime base 64.
PropertyDatabase A database of property files.
ReadByteStream Reads a byte array from a stream until the stream is finished.
ReadStringStream Reads a byte array from a stream until the stream is finished.
ResourceInputStreamGenerator A type of class which can generate a new InputStream based on just a partial name.
URLInputStreamGenerator A type of class which can generate a new InputStream based on just a partial name.
WriterOutputStream Converts from a Writer to an OutputStream.
 

Package net.sourceforge.groboutils.util.io.v1 Description

Utilities and Java I/O extentions to speed up development time of file and stream processing in your app.



Copyright © 2001-2003 by The GroboUtils Project