Alignment API and Server 3.5

fr.inrialpes.exmo.align.util
Class NullStream

java.lang.Object
  extended by java.io.OutputStream
      extended by fr.inrialpes.exmo.align.util.NullStream
All Implemented Interfaces:
Closeable, Flushable

public class NullStream
extends OutputStream


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

Constructor Detail

NullStream

public NullStream()
Method Detail

close

public void close()
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream

flush

public void flush()
Specified by:
flush in interface Flushable
Overrides:
flush 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

write

public void write(int i)
Specified by:
write in class OutputStream

Alignment API and Server 3.5

(C) INRIA & friends, 2003-2008