javax.mail.internet
Interface SharedInputStream

All Known Implementing Classes:
SharedByteArrayInputStream, SharedFileInputStream

public interface SharedInputStream

Version:
$Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $

Method Summary
 long getPosition()
           
 InputStream newStream(long start, long end)
           
 

Method Detail

getPosition

long getPosition()

newStream

InputStream newStream(long start,
                      long end)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.