org.apache.cocoon.util
Class NullOutputStream
java.lang.Object
java.io.OutputStream
org.apache.cocoon.util.NullOutputStream
- public final class NullOutputStream
- extends OutputStream
- Since:
- 2.1.4
- Version:
- CVS $Id: NullOutputStream.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Reinhard Poetz
Method Summary |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullOutputStream
public NullOutputStream()
write
public void write(byte[] b)
write
public void write(byte[] b,
int off,
int len)
write
public void write(int b)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.