org.apache.cocoon.util
Class NullOutputStream
java.lang.Object
java.io.OutputStream
org.apache.cocoon.util.NullOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public final class NullOutputStream
- extends OutputStream
- Since:
- 2.1.4
- Version:
- CVS $Id: NullOutputStream.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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)
- Overrides:
write
in class OutputStream
write
public void write(byte[] b,
int off,
int len)
- Overrides:
write
in class OutputStream
write
public void write(int b)
- Specified by:
write
in class OutputStream
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.