public class TOutputStreamWriter extends TWriter
Constructor and Description |
---|
TOutputStreamWriter(TOutputStream out) |
TOutputStreamWriter(TOutputStream out,
String enc) |
TOutputStreamWriter(TOutputStream out,
TCharset charset) |
TOutputStreamWriter(TOutputStream out,
TCharsetEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
String |
getEncoding() |
void |
write(char[] buf,
int offset,
int count) |
void |
write(int oneChar) |
void |
write(String str,
int offset,
int count) |
public TOutputStreamWriter(TOutputStream out)
public TOutputStreamWriter(TOutputStream out, String enc) throws TUnsupportedEncodingException
TUnsupportedEncodingException
public TOutputStreamWriter(TOutputStream out, TCharset charset)
public TOutputStreamWriter(TOutputStream out, TCharsetEncoder encoder)
public void close() throws IOException
IOException
public void flush() throws IOException
IOException
public String getEncoding()
public void write(char[] buf, int offset, int count) throws IOException
write
in class TWriter
IOException
public void write(int oneChar) throws IOException
write
in class TWriter
IOException
public void write(String str, int offset, int count) throws IOException
write
in class TWriter
IOException
Copyright © 2019. All rights reserved.