-
- All Known Implementing Classes:
AsSignedInt,AsSignedLong,AsUnsignedInt,AsUnsignedLong,Int16_t,Int32_t,Int64_t,Int8_t,MapNativeToInt,Memory32Heap,Memory64Heap,NativeIntNumber,NativeRunnable,OpaqueMemory32,OpaqueMemory64,PointerArray32,Signed_Long,Struct32,StructArray32,Uint16_t,Uint32_t,Uint64_t,Uint8_t,Unsigned_Long
public interface Native- Author:
- aploese
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseDataTypegetBaseDataType()StringnativeToHexString()StringnativeToString()voidnativeToString(Appendable sb, String indentPrefix, String indent)
-
-
-
Method Detail
-
getBaseDataType
BaseDataType getBaseDataType()
-
nativeToString
void nativeToString(Appendable sb, String indentPrefix, String indent) throws IOException
- Throws:
IOException
-
nativeToString
String nativeToString()
-
nativeToHexString
String nativeToHexString()
-
-