Uses of Package
org.apache.james.mime4j.storage

Packages that use org.apache.james.mime4j.storage
org.apache.james.mime4j.message   
org.apache.james.mime4j.storage   
 

Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.message
Storage
          Can be used to read data that has been stored by a StorageProvider.
StorageProvider
          Provides a strategy for storing the contents of an InputStream or retrieving the content written to an OutputStream.
 

Classes in org.apache.james.mime4j.storage used by org.apache.james.mime4j.storage
AbstractStorageProvider
          Abstract implementation of StorageProvider that implements store(InputStream) by copying the input stream to a StorageOutputStream obtained from createStorageOutputStream().
Storage
          Can be used to read data that has been stored by a StorageProvider.
StorageOutputStream
          This class implements an output stream that can be used to create a Storage object.
StorageProvider
          Provides a strategy for storing the contents of an InputStream or retrieving the content written to an OutputStream.
 



Copyright © 2004-2011. All Rights Reserved.