org.apache.geronimo.kernel.classloader
Class IoUtil.EmptyInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.geronimo.kernel.classloader.IoUtil.EmptyInputStream
Enclosing class:
IoUtil

public static final class IoUtil.EmptyInputStream
extends InputStream


Constructor Summary
IoUtil.EmptyInputStream()
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoUtil.EmptyInputStream

public IoUtil.EmptyInputStream()
Method Detail

read

public int read()

read

public int read(byte[] b)

read

public int read(byte[] b,
                int off,
                int len)

skip

public long skip(long n)

available

public int available()

close

public void close()

mark

public void mark(int readlimit)

reset

public void reset()

markSupported

public boolean markSupported()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.