public final class OutStreamUTF8 extends Writer
InStreamUTF8
Constructor and Description |
---|
OutStreamUTF8(OutputStream out) |
public OutStreamUTF8(OutputStream out)
public void write(char[] cbuf, int off, int len) throws IOException
write
in class Writer
IOException
public void write(int ch) throws IOException
write
in class Writer
IOException
public void write(char[] b) throws IOException
write
in class Writer
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void write(String str, int idx, int len) throws IOException
write
in class Writer
IOException
public void output(int x)
public static void output(OutputStream out, int ch) throws IOException
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Writer
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Writer
IOException
Licenced under the Apache License, Version 2.0