| 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 | 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.
|
| Constructor and Description |
|---|
BufferedReadableCharacterStreamLocation(ICharacterStream.Readable.Buffered stream)
Constructor.
|
BufferedReadableCharacterStreamLocation(ICharacterStream.Readable.Buffered stream,
int line,
int posInLine)
Constructor.
|
FullReadLines(String description,
ICharacterStream.Readable.Buffered stream,
byte priority,
IO.OperationType closeStreamAtEnd)
Constructor.
|
PropertiesReader(char commentChar,
String description,
ICharacterStream.Readable.Buffered stream,
byte priority,
IO.OperationType closeStreamAtEnd)
Constructor.
|
PropertiesReader(String description,
ICharacterStream.Readable.Buffered stream,
byte priority,
IO.OperationType closeStreamAtEnd)
Constructor with default comment character #.
|
TextLineStream(ICharacterStream.Readable.Buffered input)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnprotectedStringBuffer.CS
CharacterStream implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ICharacterStream.Readable.Buffered |
UnprotectedStringBuffer.asCharacterStream()
Create a readable CharacterStream from this string.
|
| Modifier and Type | Field and Description |
|---|---|
protected ICharacterStream.Readable.Buffered |
XMLStreamEvents.stream |
| Modifier and Type | Method and Description |
|---|---|
ICharacterStream.Readable.Buffered |
XMLStreamEvents.getCharacterStream() |
ICharacterStream.Readable.Buffered |
XMLStreamEvents.Starter.start() |
Copyright © 2019. All rights reserved.