org.apache.geronimo.deployment.util
Class DeploymentUtil.EmptyInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.apache.geronimo.deployment.util.DeploymentUtil.EmptyInputStream
Enclosing class:
DeploymentUtil

public static final class DeploymentUtil.EmptyInputStream
extends InputStream


Constructor Summary
DeploymentUtil.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

DeploymentUtil.EmptyInputStream

public DeploymentUtil.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.