public final class SerializationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
readDouble(InputStream in) |
static float |
readFloat(InputStream in) |
static long |
readIntegerType(InputStream in,
int numBytes,
boolean signed,
boolean useVInts) |
public static long readIntegerType(InputStream in, int numBytes, boolean signed, boolean useVInts) throws IOException
IOExceptionpublic static float readFloat(InputStream in) throws IOException
IOExceptionpublic static double readDouble(InputStream in) throws IOException
IOExceptionCopyright © 2013–2021. All rights reserved.