public class VoidType extends PrimitiveType<Void>
void
primitive type.
Doesn't support any values.
name, NAME_PATTERN, REFERENCE_TYPE_NAME, signature, typeToken
Constructor and Description |
---|
VoidType() |
Modifier and Type | Method and Description |
---|---|
protected Void |
convertNumber(Number value) |
Void |
read(ByteReader reader)
Read a value from the given input.
|
void |
skip(ByteReader reader)
Read and discard a value from the given input.
|
void |
write(ByteWriter writer,
Void value)
Write a value to the given output.
|
compare, convert, equals, fromParseableString, hashCode, toParseableString, validate
fromString, genericizeForIndex, getDefaultValue, getDefaultValueObject, getEncodingSignature, getKeyRange, getName, getTypeToken, hasPrefix0x00, hasPrefix0xff, toString, toString, validateAndWrite
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public Void read(ByteReader reader)
FieldType
public void write(ByteWriter writer, Void value)
FieldType
public void skip(ByteReader reader)
FieldType
protected Void convertNumber(Number value)
convertNumber
in class PrimitiveType<Void>
Copyright © 2019. All rights reserved.