Uses of Interface
net.sourceforge.groboutils.util.io.v1.IInputStreamGenerator

Packages that use IInputStreamGenerator
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. 
 

Uses of IInputStreamGenerator in net.sourceforge.groboutils.util.io.v1
 

Classes in net.sourceforge.groboutils.util.io.v1 that implement IInputStreamGenerator
 class FileInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 class HashtableInputStreamGenerator
          A type of class which can generate a new InputStream based on a entry in a Hashtable.
 class ResourceInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 class URLInputStreamGenerator
          A type of class which can generate a new InputStream based on just a partial name.
 



Copyright © 2001-2003 by The GroboUtils Project