public class LineBufferedWriter extends BufferedWriter
DEFAULT_BUFFER_SIZE| Constructor | Description |
|---|---|
LineBufferedWriter(RawIOBase rawIO) |
Construct a LineBufferedWriter wrapping the given RawIOBase.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
write(java.nio.ByteBuffer bytes) |
Write the given ByteBuffer to the IO stream.
|
clear, peek, readasInputStream, asOutputStream, close, closed, fileno, isatty, truncate, writablebuffered, flush, read1, readable, readall, readinto, seek, tellcheckClosed, checkReadable, checkWritable, seekpublic LineBufferedWriter(RawIOBase rawIO)
rawIO - public int write(java.nio.ByteBuffer bytes)
BufferedIOBasewrite in class BufferedWriterbytes - a ByteBuffer value