Package org.stellar.sdk.xdr
Class SCSpecTypeBytesN
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeBytesN
SCSpecTypeBytesN's original definition in the XDR file is:
struct SCSpecTypeBytesN { uint32 n; };
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static SCSpecTypeBytesN
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static SCSpecTypeBytesN
fromXdrBase64
(String xdr) static SCSpecTypeBytesN
fromXdrByteArray
(byte[] xdr) getN()
int
hashCode()
void
toString()
default String
default byte[]
-
Constructor Details
-
SCSpecTypeBytesN
public SCSpecTypeBytesN() -
SCSpecTypeBytesN
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getN
-
setN
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-