| Package | Description |
|---|---|
| net.lecousin.framework.concurrent.tasks |
Implementations of tasks.
|
| net.lecousin.framework.io |
New java Input/Output model adding more flexibility and asynchronous operations.
|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| Modifier and Type | Method and Description |
|---|---|
static AsyncSupplier<Properties,Exception> |
LoadPropertiesFileTask.loadPropertiesFile(BufferedReadableCharacterStream stream,
byte priority,
IO.OperationType closeStreamAtEnd,
Consumer<Properties> onDone)
Load properties from a character stream.
|
static AsyncSupplier<Properties,Exception> |
LoadPropertiesFileTask.loadPropertiesFile(IO.Readable.Buffered input,
Charset charset,
byte priority,
IO.OperationType closeInputAtEnd,
Consumer<Properties> onDone)
Load properties from a Buffered IO.
|
static AsyncSupplier<Properties,Exception> |
LoadPropertiesFileTask.loadPropertiesFile(IO.Readable input,
Charset charset,
byte priority,
IO.OperationType closeInputAtEnd,
Consumer<Properties> onDone)
Load properties from a Readable IO.
|
| Constructor and Description |
|---|
LoadPropertiesFileTask(BufferedReadableCharacterStream stream,
byte priority,
IO.OperationType closeStreamAtEnd,
Consumer<Properties> onDone)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IO.OperationType |
IO.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IO.OperationType[] |
IO.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
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 #.
|
Copyright © 2019. All rights reserved.