org.apache.geronimo.kernel.classloader
Class IoUtil.EmptyInputStream
java.lang.Object
java.io.InputStream
org.apache.geronimo.kernel.classloader.IoUtil.EmptyInputStream
- Enclosing class:
- IoUtil
- public static final class IoUtil.EmptyInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IoUtil.EmptyInputStream
public IoUtil.EmptyInputStream()
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.