public class BlinkInput
extends java.lang.Object
BlinkOutput| Modifier and Type | Method and Description |
|---|---|
static java.math.BigDecimal |
readBigDecimal(com.cinnober.msgcodec.io.ByteSource in)
Read a big decimal number.
|
static java.math.BigDecimal |
readBigDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable big decimal number.
|
static java.math.BigInteger |
readBigInt(com.cinnober.msgcodec.io.ByteSource in)
Read a signed big integer.
|
static java.math.BigInteger |
readBigIntNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed big integer.
|
static byte[] |
readBinary(com.cinnober.msgcodec.io.ByteSource in)
Read a binary value.
|
static byte[] |
readBinary(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
Read a binary value.
|
static byte[] |
readBinaryNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable binary value.
|
static byte[] |
readBinaryNull(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
Read a nullable binary value.
|
static boolean |
readBoolean(com.cinnober.msgcodec.io.ByteSource in)
Read a boolean value.
|
static java.lang.Boolean |
readBooleanNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable boolean value.
|
static java.math.BigDecimal |
readDecimal(com.cinnober.msgcodec.io.ByteSource in)
Read a decimal number.
|
static java.math.BigDecimal |
readDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable decimal number.
|
static float |
readFloat32(com.cinnober.msgcodec.io.ByteSource in)
Read a 32-bit floating point number.
|
static java.lang.Float |
readFloat32Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable 32-bit floating point number.
|
static double |
readFloat64(com.cinnober.msgcodec.io.ByteSource in)
Read a 64-bit floating point number.
|
static java.lang.Double |
readFloat64Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable 64-bit floating point number.
|
static short |
readInt16(com.cinnober.msgcodec.io.ByteSource in)
Read a signed 16-bit integer.
|
static java.lang.Short |
readInt16Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed 16-bit integer.
|
static int |
readInt32(com.cinnober.msgcodec.io.ByteSource in)
Read a signed 32-bit integer.
|
static java.lang.Integer |
readInt32Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed 32-bit integer.
|
static long |
readInt64(com.cinnober.msgcodec.io.ByteSource in)
Read a signed 64-bit integer.
|
static java.lang.Long |
readInt64Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed 64-bit integer.
|
static byte |
readInt8(com.cinnober.msgcodec.io.ByteSource in)
Read a signed 8-bit integer.
|
static java.lang.Byte |
readInt8Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed 8-bit integer.
|
static boolean |
readPresenceByte(com.cinnober.msgcodec.io.ByteSource in)
Read a presence byte.
|
static java.math.BigInteger |
readSignedBigVLC(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned big variable-length code value.
|
static java.math.BigInteger |
readSignedBigVLCNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned big variable-length code value.
|
static long |
readSignedVLC(com.cinnober.msgcodec.io.ByteSource in)
Read a signed variable-length code value.
|
static java.lang.Long |
readSignedVLCNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable signed variable-length code value.
|
static java.lang.String |
readStringUTF8(com.cinnober.msgcodec.io.ByteSource in)
Read a unicode string.
|
static java.lang.String |
readStringUTF8(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
Read a unicode string.
|
static java.lang.String |
readStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unicode string.
|
static java.lang.String |
readStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
Read a nullable unicode string.
|
static short |
readUInt16(com.cinnober.msgcodec.io.ByteSource in)
Read an unsigned 16-bit integer.
|
static java.lang.Short |
readUInt16Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned 16-bit integer.
|
static int |
readUInt32(com.cinnober.msgcodec.io.ByteSource in)
Read an unsigned 32-bit integer.
|
static java.lang.Integer |
readUInt32Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned 32-bit integer.
|
static long |
readUInt64(com.cinnober.msgcodec.io.ByteSource in)
Read an unsigned 64-bit integer.
|
static java.lang.Long |
readUInt64Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned 64-bit integer.
|
static byte |
readUInt8(com.cinnober.msgcodec.io.ByteSource in)
Read an unsigned 8-bit integer.
|
static java.lang.Byte |
readUInt8Null(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned 8-bit integer.
|
static long |
readUnsignedVLC(com.cinnober.msgcodec.io.ByteSource in)
Read a signed variable-length code value.
|
static java.lang.Long |
readUnsignedVLCNull(com.cinnober.msgcodec.io.ByteSource in)
Read a nullable unsigned variable-length code value.
|
static void |
skipBigDecimal(com.cinnober.msgcodec.io.ByteSource in)
Skip a big decimal number.
|
static void |
skipBigDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable big decimal number.
|
static void |
skipBigInt(com.cinnober.msgcodec.io.ByteSource in)
Skip a signed big integer.
|
static void |
skipBigIntNull(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable signed big integer.
|
static void |
skipBinary(com.cinnober.msgcodec.io.ByteSource in)
Skip a binary value.
|
static void |
skipBinaryNull(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable binary value.
|
static void |
skipBoolean(com.cinnober.msgcodec.io.ByteSource in)
Skip a boolean value.
|
static void |
skipBooleanNull(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable boolean value.
|
static void |
skipDecimal(com.cinnober.msgcodec.io.ByteSource in)
Skip a decimal number.
|
static void |
skipDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable decimal number.
|
static void |
skipFloat32(com.cinnober.msgcodec.io.ByteSource in)
Skip a 32-bit floating point number.
|
static void |
skipFloat32Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable 32-bit floating point number.
|
static void |
skipFloat64(com.cinnober.msgcodec.io.ByteSource in)
Skip a 64-bit floating point number.
|
static void |
skipFloat64Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable 64-bit floating point number.
|
static void |
skipInt16(com.cinnober.msgcodec.io.ByteSource in)
Skip a signed 16-bit integer.
|
static void |
skipInt16Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable signed 16-bit integer.
|
static void |
skipInt32(com.cinnober.msgcodec.io.ByteSource in)
Skip a signed 32-bit integer.
|
static void |
skipInt32Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable signed 32-bit integer.
|
static void |
skipInt64(com.cinnober.msgcodec.io.ByteSource in)
Skip a signed 64-bit integer.
|
static void |
skipInt64Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable signed 64-bit integer.
|
static void |
skipInt8(com.cinnober.msgcodec.io.ByteSource in)
Skip a signed 8-bit integer.
|
static void |
skipInt8Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable signed 8-bit integer.
|
static void |
skipStringUTF8(com.cinnober.msgcodec.io.ByteSource in)
Skip a unicode string.
|
static void |
skipStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable unicode string.
|
static void |
skipUInt16(com.cinnober.msgcodec.io.ByteSource in)
Skip an unsigned 16-bit integer.
|
static void |
skipUInt16Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable unsigned 16-bit integer.
|
static void |
skipUInt32(com.cinnober.msgcodec.io.ByteSource in)
Skip an unsigned 32-bit integer.
|
static void |
skipUInt32Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable unsigned 32-bit integer.
|
static void |
skipUInt64(com.cinnober.msgcodec.io.ByteSource in)
Skip an unsigned 64-bit integer.
|
static void |
skipUInt64Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable unsigned 64-bit integer.
|
static void |
skipUInt8(com.cinnober.msgcodec.io.ByteSource in)
Skip an unsigned 8-bit integer.
|
static void |
skipUInt8Null(com.cinnober.msgcodec.io.ByteSource in)
Skip a nullable unsigned 8-bit integer.
|
static boolean |
skipVLC(com.cinnober.msgcodec.io.ByteSource in)
Skip a (nullable) variable-length code value.
|
public static byte readInt8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static short readInt16(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static int readInt32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static long readInt64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static byte readUInt8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static short readUInt16(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static int readUInt32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static long readUInt64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Byte readInt8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Short readInt16Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Integer readInt32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Long readInt64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Byte readUInt8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Short readUInt16Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Integer readUInt32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Long readUInt64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigInteger readBigInt(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigInteger readBigIntNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static float readFloat32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
Since the Blink protocol does not support 32-bit floating point numbers, the value is read as a 64-bit floating point number.
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.readFloat64(ByteSource)public static java.lang.Float readFloat32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
Since the Blink protocol does not support 32-bit floating point numbers, the value is read as a 64-bit floating point number.
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.readFloat64(ByteSource)public static double readFloat64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Double readFloat64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigDecimal readDecimal(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigDecimal readDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigDecimal readBigDecimal(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigDecimal readBigDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static boolean readPresenceByte(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the underlying stream throws an exceptionpublic static boolean readBoolean(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Boolean readBooleanNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.String readStringUTF8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.String readStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.String readStringUTF8(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
throws java.io.IOException
in - the input stream to read from, not null.maxLength - the maximum string length (bytes) that is allowed, or -1 for no limit.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.String readStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
throws java.io.IOException
in - the input stream to read from, not null.maxLength - the maximum string length (bytes) that is allowed, or -1 for no limit.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static byte[] readBinary(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static byte[] readBinaryNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static byte[] readBinary(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
throws java.io.IOException
in - the input stream to read from, not null.maxLength - the maximum binary length (bytes) that is allowed, or -1 for no limit.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static byte[] readBinaryNull(com.cinnober.msgcodec.io.ByteSource in,
int maxLength)
throws java.io.IOException
in - the input stream to read from, not null.maxLength - the maximum binary length (bytes) that is allowed, or -1 for no limit.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Long readSignedVLCNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static long readSignedVLC(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigInteger readSignedBigVLC(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.math.BigInteger readSignedBigVLCNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static java.lang.Long readUnsignedVLCNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static long readUnsignedVLC(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static boolean skipVLC(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt16(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt16(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt16Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipInt64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt16Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipUInt64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBigInt(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBigIntNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipFloat32(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.readFloat64(ByteSource)public static void skipFloat32Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.readFloat64(ByteSource)public static void skipFloat64(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipFloat64Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipDecimal(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBigDecimal(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBigDecimalNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBoolean(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBooleanNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipStringUTF8(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipStringUTF8Null(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBinary(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.public static void skipBinaryNull(com.cinnober.msgcodec.io.ByteSource in)
throws java.io.IOException
in - the input stream to read from, not null.java.io.IOException - if the input stream throws an exception.com.cinnober.msgcodec.DecodeException - if the value could not be parsed.