NullOutputStream

public class NullOutputStream extends OutputStream

A NullOutputStream discards any bytes in write operations. Creation Date: 11/10/2006

Author:Twinsen Tsang

Methods

close

public void close()

DUMMY

flush

public void flush()

DUMMY

write

public void write(int b)

DUMMY.

write

public void write(byte[] b, int off, int len)

DUMMY

write

public void write(byte[] b)

DUMMY