net.sourceforge.plantuml
Class NullOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by net.sourceforge.plantuml.NullOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class NullOutputStream
extends OutputStream


Constructor Summary
NullOutputStream()
           
 
Method Summary
 void write(int dataIgnored)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullOutputStream

public NullOutputStream()
Method Detail

write

public void write(int dataIgnored)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException


Copyright © 2013. All Rights Reserved.