| Package | Description |
|---|---|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICharacterStream.Readable
Readable character stream.
|
static interface |
ICharacterStream.Readable.Buffered
Buffered readable character stream.
|
static interface |
ICharacterStream.Readable.PositionInText
Readable character stream with known line and position in line.
|
static interface |
ICharacterStream.Writable
Writable character stream.
|
static interface |
ICharacterStream.Writable.Buffered
Buffered writable character stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedReadableCharacterStream
Implement a buffered readable character stream from a readable IO.
|
class |
BufferedReadableCharacterStreamLocation
Buffered readable character stream that calculate the line number and position on the current line while reading.
|
class |
BufferedWritableCharacterStream
Implement a buffered writable character stream from a writable IO.
|
class |
ProgressiveBufferedReadableCharStream
Buffered readable character stream.
|
class |
WritableCharacterStream
Implement a non-buffered writable character stream using a writable IO.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnprotectedStringBuffer.AbstractCS
Base class for CharacterStream implementations.
|
protected class |
UnprotectedStringBuffer.CS
CharacterStream implementation.
|
protected class |
UnprotectedStringBuffer.WCS
CharacterStream implementation.
|
Copyright © 2019. All rights reserved.