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 WriterIOExceptionpublic void write(int ch)
throws IOException
write in class WriterIOExceptionpublic void write(char[] b)
throws IOException
write in class WriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(String str, int idx, int len) throws IOException
write in class WriterIOExceptionpublic void output(int x)
public static void output(OutputStream out, int ch) throws IOException
IOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class WriterIOExceptionLicenced under the Apache License, Version 2.0