Uses of Class
org.abstracthorizon.mercury.maildir.file.SharedInputStreamImpl

Packages that use SharedInputStreamImpl
org.abstracthorizon.mercury.maildir.file   
 

Uses of SharedInputStreamImpl in org.abstracthorizon.mercury.maildir.file
 

Methods in org.abstracthorizon.mercury.maildir.file that return SharedInputStreamImpl
 SharedInputStreamImpl SharedInputStreamPool.newStream(FileProvider fileProvider, long start, long len)
          This method creates new SharedInputStreamImpl instance.
 

Methods in org.abstracthorizon.mercury.maildir.file with parameters of type SharedInputStreamImpl
protected  void SharedInputStreamPool.closed(SharedInputStreamImpl stream)
          This is callback method used by SharedInputStreamImpl to register that stream is now closed.
protected  void SharedInputStreamPool.opened(SharedInputStreamImpl stream)
          This is callback method used by SharedInputStreamImpl to register that stream is now opened.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.