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, read
asInputStream, asOutputStream, close, closed, fileno, isatty, truncate, writable
buffered, flush, read1, readable, readall, readinto, seek, tell
checkClosed, checkReadable, checkWritable, seek
public LineBufferedWriter(RawIOBase rawIO)
rawIO
- public int write(java.nio.ByteBuffer bytes)
BufferedIOBase
write
in class BufferedWriter
bytes
- a ByteBuffer value