public class LineBufferedWriter extends BufferedWriter
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
LineBufferedWriter(RawIOBase rawIO)
Construct a LineBufferedWriter wrapping the given RawIOBase.
|
Modifier and Type | Method and Description |
---|---|
int |
write(ByteBuffer bytes)
Write the given ByteBuffer to the IO stream.
|
buffered, flush, read1, readable, readall, readinto, seek, tell
asInputStream, asOutputStream, close, closed, fileno, isatty, truncate, writable
clear, peek, read
checkClosed, checkReadable, checkWritable, seek
public LineBufferedWriter(RawIOBase rawIO)
rawIO
- public int write(ByteBuffer bytes)
BufferedIOBase
write
in class BufferedWriter
bytes
- a ByteBuffer value