static AbstractIntegerStringCodec<Short,Int16TypeDefinition> |
AbstractIntegerStringCodec.from(Int16TypeDefinition type) |
static AbstractIntegerStringCodec<Integer,Int32TypeDefinition> |
AbstractIntegerStringCodec.from(Int32TypeDefinition type) |
static AbstractIntegerStringCodec<Long,Int64TypeDefinition> |
AbstractIntegerStringCodec.from(Int64TypeDefinition type) |
static AbstractIntegerStringCodec<Byte,Int8TypeDefinition> |
AbstractIntegerStringCodec.from(Int8TypeDefinition type) |
static AbstractIntegerStringCodec<Integer,Uint16TypeDefinition> |
AbstractIntegerStringCodec.from(Uint16TypeDefinition type) |
static AbstractIntegerStringCodec<Long,Uint32TypeDefinition> |
AbstractIntegerStringCodec.from(Uint32TypeDefinition type) |
static AbstractIntegerStringCodec<BigInteger,Uint64TypeDefinition> |
AbstractIntegerStringCodec.from(Uint64TypeDefinition type) |
static AbstractIntegerStringCodec<Short,Uint8TypeDefinition> |
AbstractIntegerStringCodec.from(Uint8TypeDefinition type) |