org.apache.james.mime4j.io
Class PartialInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.FilterInputStream
          extended by org.apache.james.mime4j.io.PositionInputStream
              extended by org.apache.james.mime4j.io.PartialInputStream
All Implemented Interfaces:
java.io.Closeable

public class PartialInputStream
extends PositionInputStream


Field Summary
 
Fields inherited from class org.apache.james.mime4j.io.PositionInputStream
position
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
PartialInputStream(java.io.InputStream inputStream, long offset, long length)
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class org.apache.james.mime4j.io.PositionInputStream
close, getPosition, mark, markSupported, reset
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialInputStream

public PartialInputStream(java.io.InputStream inputStream,
                          long offset,
                          long length)
                   throws java.io.IOException
Throws:
java.io.IOException
Method Detail

available

public int available()
              throws java.io.IOException
Overrides:
available in class PositionInputStream
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Overrides:
read in class PositionInputStream
Throws:
java.io.IOException

read

public int read(byte[] b,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class PositionInputStream
Throws:
java.io.IOException

skip

public long skip(long n)
          throws java.io.IOException
Overrides:
skip in class PositionInputStream
Throws:
java.io.IOException


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.