ch.qos.logback.classic.net
Class NOPOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by ch.qos.logback.classic.net.NOPOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class NOPOutputStream
extends OutputStream


Constructor Summary
NOPOutputStream()
           
 
Method Summary
 long getCount()
           
 void reset()
           
 long size()
           
 void write(int b)
           
 
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

NOPOutputStream

public NOPOutputStream()
Method Detail

write

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

getCount

public long getCount()

size

public long size()

reset

public void reset()


Copyright © 2005-2009 QOS.ch. All Rights Reserved.