| Package | Description |
|---|---|
| com.upokecenter.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWriter
A generic interface for writing bytes of data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayWriter
An array of bytes that grows as needed.
|
| Modifier and Type | Method and Description |
|---|---|
static IWriter |
DataIO.ToWriter(IByteWriter output)
Wraps a byte writer (one that only implements a ReadByte method) to a writer
(one that also implements a three-parameter Read method.)
|
Encoding for Java documentation, generated in 2017.