Package com.algorand.algosdk.abi
Class TypeByte
- java.lang.Object
- 
- com.algorand.algosdk.abi.ABIType
- 
- com.algorand.algosdk.abi.TypeByte
 
 
- 
 public class TypeByte extends ABIType 
- 
- 
Field Summary- 
Fields inherited from class com.algorand.algosdk.abi.ABITypeABI_DYNAMIC_HEAD_BYTE_LEN
 
- 
 - 
Constructor SummaryConstructors Constructor Description TypeByte()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intbyteLen()Precompute the byte size of the static ABI typed valueObjectdecode(byte[] encoded)Decode ABI encoded byte array to JAVA values from ABI type schemesbyte[]encode(Object o)Encode JAVA values with ABI rules based on the ABI type schemesbooleanequals(Object obj)booleanisDynamic()Check if this ABI type is a dynamic type.StringtoString()- 
Methods inherited from class com.algorand.algosdk.abi.ABITypecastToTupleType, findBoolLR, getContentEncoded, getLengthEncoded, parseTupleContent, valueOf
 
- 
 
- 
- 
- 
Method Detail- 
isDynamicpublic boolean isDynamic() Description copied from class:ABITypeCheck if this ABI type is a dynamic type.
 - 
encodepublic byte[] encode(Object o) Description copied from class:ABITypeEncode JAVA values with ABI rules based on the ABI type schemes
 - 
decodepublic Object decode(byte[] encoded) Description copied from class:ABITypeDecode ABI encoded byte array to JAVA values from ABI type schemes
 
- 
 
-