| Package | Description |
|---|---|
| net.lecousin.framework.concurrent.tasks |
Implementations of tasks.
|
| 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 | Method and Description |
|---|---|
static IAsync<IOException> |
SavePropertiesFileTask.savePropertiesFile(Properties properties,
ICharacterStream.Writable.Buffered output,
byte priority,
boolean closeStreamAtEnd)
Save properties to a writable character stream.
|
| Constructor and Description |
|---|
SavePropertiesFileTask(Properties properties,
ICharacterStream.Writable.Buffered output,
byte priority,
boolean closeStreamAtEnd)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedWritableCharacterStream
Implement a buffered writable character stream from a writable IO.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnprotectedStringBuffer.WCS
CharacterStream implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ICharacterStream.Writable.Buffered |
UnprotectedStringBuffer.asWritableCharacterStream()
Create a writable CharacterStream from this string.
|
| Constructor and Description |
|---|
XMLWriter(ICharacterStream.Writable.Buffered output,
boolean includeXMLDeclaration,
boolean pretty)
Constructor.
|
Copyright © 2019. All rights reserved.