| Package | Description |
|---|---|
| de.haumacher.msgbuf.coder | |
| de.haumacher.msgbuf.io | |
| de.haumacher.msgbuf.json |
Copy of the package `com.google.gson.stream` from gson-2.8.2 library for JSON stream writing.
|
| de.haumacher.msgbuf.server.io |
| Modifier and Type | Method and Description |
|---|---|
static double |
Coder.readDouble(Reader in) |
static float |
Coder.readFloat(Reader in) |
static int |
Coder.readInt(Reader in) |
static long |
Coder.readLong(Reader in) |
static String |
Coder.readString(Reader in) |
static int |
Coder.readUInt(Reader in) |
| Constructor and Description |
|---|
CodedIn(Reader in)
Creates a
CodedIn. |
| Modifier and Type | Class and Description |
|---|---|
class |
StringR
|
| Constructor and Description |
|---|
JsonReader(Reader in)
Creates a new instance that reads a JSON-encoded stream from
in. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReaderAdapter
|
Copyright © 2021. All rights reserved.