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

java.lang.Object
  extended by java.io.InputStream
      extended by org.apache.geronimo.deployment.util.DeploymentUtil.EmptyInputStream
All Implemented Interfaces:
Closeable
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()
Specified by:
read in class InputStream

read

public int read(byte[] b)
Overrides:
read in class InputStream

read

public int read(byte[] b,
                int off,
                int len)
Overrides:
read in class InputStream

skip

public long skip(long n)
Overrides:
skip in class InputStream

available

public int available()
Overrides:
available in class InputStream

close

public void close()
Specified by:
close in interface Closeable
Overrides:
close in class InputStream

mark

public void mark(int readlimit)
Overrides:
mark in class InputStream

reset

public void reset()
Overrides:
reset in class InputStream

markSupported

public boolean markSupported()
Overrides:
markSupported in class InputStream


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