public class PlatformLineWriter
extends java.io.Writer
Constructor | Description |
---|---|
PlatformLineWriter(java.io.Writer out) |
|
PlatformLineWriter(java.io.Writer out,
int sz) |
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(char[] cbuf,
int off,
int len) |
public PlatformLineWriter(java.io.Writer out)
public PlatformLineWriter(java.io.Writer out, int sz)
public void write(char[] cbuf, int off, int len) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void flush() throws java.io.IOException
flush
in class java.io.Writer
java.io.IOException
public void close() throws java.io.IOException
close
in class java.io.Writer
java.io.IOException