org.apache.james.mime4j.io
Class LimitedInputStream

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.LimitedInputStream
All Implemented Interfaces:
java.io.Closeable

public class LimitedInputStream
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
LimitedInputStream(java.io.InputStream instream, long limit)
           
 
Method Summary
 int read()
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class org.apache.james.mime4j.io.PositionInputStream
available, 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

LimitedInputStream

public LimitedInputStream(java.io.InputStream instream,
                          long limit)
Method Detail

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-2009 The Apache Software Foundation. All Rights Reserved.