public class TextStreamWriter extends OutputStreamWriter
| Constructor and Description |
|---|
TextStreamWriter(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
ln_i(String line) |
void |
ln_o(String line) |
void |
ln(String line) |
close, flush, getEncoding, write, write, writepublic TextStreamWriter(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void ln(String line) throws IOException
IOExceptionpublic void ln_i(String line) throws IOException
IOExceptionpublic void ln_o(String line) throws IOException
IOExceptionCopyright © 2014–2019 University Health Network. All rights reserved.