Package org.stellar.sdk.xdr
Class SCSpecTypeBytesN
java.lang.Object
org.stellar.sdk.xdr.SCSpecTypeBytesN
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SCSpecTypeBytesNdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SCSpecTypeBytesN encodedSCSpecTypeBytesN) booleanstatic SCSpecTypeBytesNfromXdrBase64(String xdr) static SCSpecTypeBytesNfromXdrByteArray(byte[] xdr) getN()inthashCode()voidbyte[]
-
Constructor Details
-
SCSpecTypeBytesN
public SCSpecTypeBytesN()
-
-
Method Details
-
getN
-
setN
-
encode
public static void encode(XdrDataOutputStream stream, SCSpecTypeBytesN encodedSCSpecTypeBytesN) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-