Package org.stellar.sdk.xdr
Class TimePoint
java.lang.Object
org.stellar.sdk.xdr.TimePoint
TimePoint's original definition in the XDR file is:
typedef uint64 TimePoint;
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimePointdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic TimePointfromXdrBase64(String xdr) static TimePointfromXdrByteArray(byte[] xdr) inthashCode()voidsetTimePoint(Uint64 TimePoint) toString()default Stringdefault byte[]
-
Constructor Details
-
TimePoint
public TimePoint() -
TimePoint
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getTimePoint
-
setTimePoint
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-