| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public int | write(ByteBuffer
a ByteBuffer value bytes)Overrides org. Write the given ByteBuffer to the IO stream. |
| LineBufferedWriter | back to summary |
|---|---|
| public LineBufferedWriter(RawIOBase rawIO) Construct a LineBufferedWriter wrapping the given RawIOBase. | |
| write | back to summary |
|---|---|
| public int write(ByteBuffer bytes) Overrides org. Doc from org. Write the given ByteBuffer to the IO stream. Returns the number of bytes written, which may be less than bytes.remaining().
| |