org.maltparser.core.helper
Class NoOutputStream
java.lang.Object
   java.io.OutputStream
java.io.OutputStream
       org.maltparser.core.helper.NoOutputStream
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:
- writein class- OutputStream
 
- 
 
write
public void write(byte[] b)
- 
- Overrides:
- writein class- OutputStream
 
- 
 
write
public void write(byte[] b,
                  int off,
                  int len)
- 
- Overrides:
- writein class- OutputStream
 
- 
 
Copyright 2007-2010 Johan Hall, Jens Nilsson and Joakim Nivre.