public class BitFieldBigInteger extends BitField<BigInteger>
BIG_INTEGER_SIZE, CHECK_NULL_SIZE, INT_SIZE, LONG_SIZE| Constructor and Description |
|---|
BitFieldBigInteger() |
| Modifier and Type | Method and Description |
|---|---|
int |
calculateSpace(TableColumn column) |
Class<BigInteger> |
getClazz() |
BigInteger |
readValue(ByteBuffer byteBuffer,
Integer position) |
void |
writeValue(ByteBuffer byteBuffer,
Integer position,
Object val) |
public void writeValue(ByteBuffer byteBuffer, Integer position, Object val)
writeValue in class BitField<BigInteger>public BigInteger readValue(ByteBuffer byteBuffer, Integer position)
readValue in class BitField<BigInteger>public Class<BigInteger> getClazz()
getClazz in class BitField<BigInteger>public int calculateSpace(TableColumn column)
calculateSpace in class BitField<BigInteger>Copyright © 2021. All rights reserved.