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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static SCSpecTypeBytesNdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic SCSpecTypeBytesNfromXdrBase64(String xdr) static SCSpecTypeBytesNfromXdrByteArray(byte[] xdr) getN()inthashCode()voidtoString()default Stringdefault 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
-