| Constructor and Description |
|---|
FloatUtil() |
| Modifier and Type | Method and Description |
|---|---|
static float |
decodeFloat(InputContext ctx) |
static void |
encodeFloat(OutputContext ctx,
float v) |
public FloatUtil()
public static void encodeFloat(OutputContext ctx, float v) throws IOException
IOExceptionpublic static float decodeFloat(InputContext ctx) throws IOException
IOException