org.maltparser.core.helper
Class NoOutputStream
java.lang.Object
java.io.OutputStream
org.maltparser.core.helper.NoOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public final class NoOutputStream
- extends OutputStream
- Author:
- Johan Hall
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 |
DEVNULL
public static final OutputStream DEVNULL
write
public void write(int b)
- Specified by:
write
in class OutputStream
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
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.