| Package | Description |
|---|---|
| net.lecousin.framework.io.encoding |
Utility classes for encoding.
|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static IAsync<IOException> |
Base64.encodeAsync(IO.Readable.Buffered io,
ICharacterStream.WriterAsync writer)
Encode the Readable IO into the Writer.
|
static IAsync<IOException> |
Base64.encodeAsync(IO.Readable io,
ICharacterStream.WriterAsync writer)
Encode the Readable IO into the Writer.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICharacterStream.Writable
Writable character stream.
|
static interface |
ICharacterStream.Writable.Buffered
Buffered writable character stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedWritableCharacterStream
Implement a buffered writable character stream from a writable IO.
|
class |
WritableCharacterStream
Implement a non-buffered writable character stream using a writable IO.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
UnprotectedStringBuffer.WCS
CharacterStream implementation.
|
Copyright © 2019. All rights reserved.