Apache JAMES Mime4j 0.6-redhat-2

Uses of Interface
org.apache.james.mime4j.storage.Storage

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

Uses of Storage in org.apache.james.mime4j.message
 

Methods in org.apache.james.mime4j.message with parameters of type Storage
 BinaryBody BodyFactory.binaryBody(Storage storage)
          Creates a BinaryBody that holds the content of the given Storage.
 TextBody BodyFactory.textBody(Storage storage)
          Creates a TextBody that holds the content of the given Storage.
 TextBody BodyFactory.textBody(Storage storage, String mimeCharset)
          Creates a TextBody that holds the content of the given Storage.
 

Uses of Storage in org.apache.james.mime4j.storage
 

Classes in org.apache.james.mime4j.storage that implement Storage
 class MultiReferenceStorage
           A wrapper around another Storage that also maintains a reference counter.
 

Methods in org.apache.james.mime4j.storage that return Storage
 Storage AbstractStorageProvider.store(InputStream in)
          This implementation creates a StorageOutputStream by calling createStorageOutputStream() and copies the content of the given input stream to that output stream.
 Storage StorageProvider.store(InputStream in)
          Stores the contents of the given InputStream.
 Storage StorageOutputStream.toStorage()
          Closes this output stream if it has not already been closed and returns a Storage object which contains the bytes that have been written to this output stream.
protected abstract  Storage StorageOutputStream.toStorage0()
          Has to be implemented by a concrete subclass to create a Storage object from the bytes that have been written to this StorageOutputStream.
 

Constructors in org.apache.james.mime4j.storage with parameters of type Storage
MultiReferenceStorage(Storage storage)
          Creates a new MultiReferenceStorage instance for the given back-end.
 


Apache JAMES Mime4j 0.6-redhat-2

Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.