public class CRLFWriter extends FilterWriter
| Modifier and Type | Field and Description |
|---|---|
protected int |
lastb |
protected static char[] |
newline |
out| Constructor and Description |
|---|
CRLFWriter(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic CRLFWriter(Writer out)
public void write(int b)
throws IOException
write in class FilterWriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class FilterWriterIOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.