Package org.ckkloverdos.source

Interface Summary
ISource Generic representation of binary or text source.
 

Class Summary
FileSource A File- based source implementation.
InputStreamSource An implementation of ISource backed by an InputStream.
RcSource An implementation of ISource for which the source contents come from a named resource.
SourceSkeleton Basic, InputStream- based implementation of ISource, intended to be subclassed.
SourceType Type representation for sources.
SourceTypeRegistry A registry for source types.
SourceTypes Sample static SourceTypeRegistry singleton.
SourceUtil Utility methods for sources.
StringSource A ISource whose contents come directly from a string.
 



Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.