gnu.xml.dom.ls

Class WriterOutputStream


public class WriterOutputStream
extends OutputStream

Character stream wrapper.

Constructor Summary

WriterOutputStream(Writer writer)

Method Summary

void
close()
void
flush()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int c)

Constructor Details

WriterOutputStream

public WriterOutputStream(Writer writer)

Method Details

close

public void close()
            throws IOException


flush

public void flush()
            throws IOException


write

public void write(byte[] b)
            throws IOException


write

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


write

public void write(int c)
            throws IOException