| Package | Description |
|---|---|
| com.upokecenter.util |
| Modifier and Type | Method and Description |
|---|---|
static IReader |
DataIO.ToReader(byte[] bytes)
Wraps a byte array into a byte reader.
|
static IReader |
DataIO.ToReader(byte[] bytes,
int offset,
int length)
Wraps a portion of a byte array into a byte reader object.
|
static IReader |
DataIO.ToReader(InputStream input)
Wraps an input stream into a reader object.
|
Encoding for Java documentation, generated in 2017.