Index
All Classes and Interfaces|All Packages
A
- asPositiveBigInteger() - Method in class org.web3j.rlp.RlpString
- asString() - Method in class org.web3j.rlp.RlpString
C
- create(byte) - Static method in class org.web3j.rlp.RlpString
- create(byte[]) - Static method in class org.web3j.rlp.RlpString
- create(long) - Static method in class org.web3j.rlp.RlpString
- create(String) - Static method in class org.web3j.rlp.RlpString
- create(BigInteger) - Static method in class org.web3j.rlp.RlpString
D
- decode(byte[]) - Static method in class org.web3j.rlp.RlpDecoder
-
Parse wire byte[] message into RLP elements.
E
- encode(RlpType) - Static method in class org.web3j.rlp.RlpEncoder
- equals(Object) - Method in class org.web3j.rlp.RlpString
G
- getBytes() - Method in class org.web3j.rlp.RlpString
- getValues() - Method in class org.web3j.rlp.RlpList
H
- hashCode() - Method in class org.web3j.rlp.RlpString
O
- OFFSET_LONG_LIST - Static variable in class org.web3j.rlp.RlpDecoder
-
[0xf7] If the total payload of a list is more than 55 bytes long, the RLP encoding consists of a single byte with value 0xf7 plus the length of the length of the list in binary form, followed by the length of the list, followed by the concatenation of the RLP encodings of the items.
- OFFSET_LONG_STRING - Static variable in class org.web3j.rlp.RlpDecoder
-
[0xb7] If a string is more than 55 bytes long, the RLP encoding consists of a single byte with value 0xb7 plus the length of the length of the string in binary form, followed by the length of the string, followed by the string.
- OFFSET_SHORT_LIST - Static variable in class org.web3j.rlp.RlpDecoder
-
[0xc0] If the total payload of a list (i.e.
- OFFSET_SHORT_STRING - Static variable in class org.web3j.rlp.RlpDecoder
-
[0x80] If a string is 0-55 bytes long, the RLP encoding consists of a single byte with value 0x80 plus the length of the string followed by the string.
- org.web3j.rlp - package org.web3j.rlp
R
- RlpDecoder - Class in org.web3j.rlp
-
Recursive Length Prefix (RLP) decoder.
- RlpDecoder() - Constructor for class org.web3j.rlp.RlpDecoder
- RlpEncoder - Class in org.web3j.rlp
-
Recursive Length Prefix (RLP) encoder.
- RlpEncoder() - Constructor for class org.web3j.rlp.RlpEncoder
- RlpList - Class in org.web3j.rlp
-
RLP list type.
- RlpList(List<RlpType>) - Constructor for class org.web3j.rlp.RlpList
- RlpList(RlpType...) - Constructor for class org.web3j.rlp.RlpList
- RlpString - Class in org.web3j.rlp
-
RLP string type.
- RlpType - Interface in org.web3j.rlp
-
Base RLP type.
All Classes and Interfaces|All Packages