Package org.stellar.sdk.xdr
Class Int64
java.lang.Object
org.stellar.sdk.xdr.Int64
- All Implemented Interfaces:
XdrElement
Int64's original definition in the XDR file is:
typedef hyper int64;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Int64
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static Int64
fromXdrBase64
(String xdr) static Int64
fromXdrByteArray
(byte[] xdr) getInt64()
int
hashCode()
void
toString()
Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
Int64
public Int64() -
Int64
-
-
Method Details
-
encode
- Specified by:
encode
in interfaceXdrElement
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getInt64
-
setInt64
-
equals
-
hashCode
public int hashCode() -
toString
-