public class Coder extends Object
| Constructor and Description |
|---|
Coder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendDouble(Appendable out,
double num) |
static void |
appendFloat(Appendable out,
float num) |
static void |
appendInt(Appendable out,
int num) |
static void |
appendLong(Appendable out,
long num) |
static void |
appendString(Appendable out,
String s) |
static void |
appendUInt(Appendable out,
int num) |
static double |
readDouble(Reader in) |
static float |
readFloat(Reader in) |
static int |
readInt(Reader in) |
static long |
readLong(Reader in) |
static String |
readString(Reader in) |
static int |
readUInt(Reader in) |
public static void appendInt(Appendable out, int num) throws IOException
IOExceptionpublic static void appendUInt(Appendable out, int num) throws IOException
IOExceptionpublic static int readInt(Reader in) throws IOException
IOExceptionpublic static int readUInt(Reader in) throws IOException
IOExceptionpublic static void appendLong(Appendable out, long num) throws IOException
IOExceptionpublic static long readLong(Reader in) throws IOException
IOExceptionpublic static void appendString(Appendable out, String s) throws IOException
IOExceptionpublic static String readString(Reader in) throws IOException
IOExceptionpublic static void appendFloat(Appendable out, float num) throws IOException
IOExceptionpublic static float readFloat(Reader in) throws IOException
IOExceptionpublic static void appendDouble(Appendable out, double num) throws IOException
IOExceptionpublic static double readDouble(Reader in) throws IOException
IOExceptionCopyright © 2021. All rights reserved.