| Package | Description |
|---|---|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| net.lecousin.framework.util |
Utility classes.
|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICharacterStream.Readable.Buffered
Buffered readable character stream.
|
static interface |
ICharacterStream.Readable.PositionInText
Readable character stream with known line and position in line.
|
| 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 |
ProgressiveBufferedReadableCharStream
Buffered readable character stream.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnprotectedStringBuffer.CS
CharacterStream implementation.
|
| Constructor and Description |
|---|
XMLException(ICharacterStream.Readable stream,
Object context,
ILocalizableString... messages)
Constructor.
|
XMLException(ICharacterStream.Readable stream,
Object context,
ILocalizableString message)
Constructor.
|
XMLException(ICharacterStream.Readable stream,
Object context,
String message,
Object... values)
Constructor.
|
Copyright © 2019. All rights reserved.