org.kohsuke.args4j.opts
Class OutputStreamOption.NullStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.kohsuke.args4j.opts.OutputStreamOption.NullStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable
Enclosing class:
OutputStreamOption

private final class OutputStreamOption.NullStream
extends java.io.OutputStream


Constructor Summary
private OutputStreamOption.NullStream()
           
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputStreamOption.NullStream

private OutputStreamOption.NullStream()
Method Detail

write

public void write(byte[] b,
                  int off,
                  int len)
Overrides:
write in class java.io.OutputStream

write

public void write(byte[] b)
Overrides:
write in class java.io.OutputStream

write

public void write(int b)
Specified by:
write in class java.io.OutputStream


Copyright © 2003 Kohsuke Kawaguchi. All Rights Reserved.