| Package | Description |
|---|---|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDecoder
Default implementation of Decoder using JDK CharsetDecoder.
|
class |
UTF8Decoder
Decoder for UTF-8 charset.
|
| Modifier and Type | Method and Description |
|---|---|
static Decoder |
Decoder.get(Charset charset)
Get a decoder for the given charset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDecoder.transferTo(Decoder newDecoder) |
void |
Decoder.transferTo(Decoder newDecoder)
Change charset by transfering the current state of this decoder to the new one.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Decoder.register(Charset charset,
Class<? extends Decoder> decoder)
Register a decoder implementation.
|
| Constructor and Description |
|---|
ProgressiveBufferedReadableCharStream(Decoder decoder,
int bufferSize,
int maxBuffers)
Constructor.
|
ProgressiveBufferedReadableCharStream(Decoder decoder,
int bufferSize,
int maxBuffers,
CharBuffer firstChars)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Decoder |
XMLStreamEvents.Starter.tmpDecoder |
Copyright © 2019. All rights reserved.