com.sun.tools.xjc.util

Class NullStream

public class NullStream extends OutputStream

Just consumes the byte stream. Kind of like /dev/null.
Method Summary
voidclose()
voidflush()
voidwrite(int b)
voidwrite(byte[] b, int off, int len)
voidwrite(byte[] b)

Method Detail

close

public void close()

flush

public void flush()

write

public void write(int b)

write

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

write

public void write(byte[] b)