Uses of Package
com.atlassian.core.spool

Packages that use com.atlassian.core.spool
com.atlassian.core.spool   
 

Classes in com.atlassian.core.spool used by com.atlassian.core.spool
DefaultSpoolFileFactory
          Default file factory for spooling.
DeferredFileOutputStream
          An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredSpoolFileOutputStream
          This specialisation of DeferredFileOutputStream may be configured with a FileFactory so that files are only created once the deferred threshold is reached.
FileFactory
          Simple strategy interface for creating new files
FileSpool
          Interface for file based spools.
Spool
          Class that implement this interface will spool data from the provided InputStream, and return a new InputStream to the spooled data.
ThresholdingSpool
          Implemented by spools that switch behaviour based on the number of bytes spooled
 



Atlassian Core is developed by Atlassian Software Systems.