| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| net.lecousin.framework.io.text |
IO on characters and text.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableBoolean |
LCCore.stop(boolean forceJvmToStop)
Stop the environement.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
UTF8Decoder.decode(ByteBuffer b,
char[] chars,
int pos,
int len,
MutableBoolean interrupt,
int min) |
int |
DefaultDecoder.decode(ByteBuffer b,
char[] chars,
int pos,
int len,
MutableBoolean interrupt,
int min) |
protected abstract int |
Decoder.decode(ByteBuffer b,
char[] chars,
int pos,
int len,
MutableBoolean interrupt,
int min) |
int |
Decoder.decode(char[] chars,
int pos,
int len,
MutableBoolean interrupt,
int min)
Decode characters from the IO.
|
Copyright © 2019. All rights reserved.