Package com.binaryfantasy.murq.source

Interface Summary
ISource A ISource is any type of persistant storage that can have content in binary format streamed into it and associated with a unique key, then stream the same binary content back from the same key.
 

Class Summary
DBSource An ISource implementation that utilizes an RDBMS for persistance.
FSSource An ISource implementation that utilizes a file system directory as it's data repostiory.
MemorySource A ISource implementation intended for testing purposes only.
SourceKey An immutable internal class that manages the translation between content's public id, locale and possibly it's internal binary id and it's String source key.
ZipSource An ISource implementation that utilizes a zip file as it's data repository.
 

Exception Summary
SourceException Thrown when a ISource throws an exception that is not expected.
 



Copyright (c) 2000-2006, BinaryFantasy.com