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
-
Method Summary
Modifier and TypeMethodDescriptionstatic TimePoint
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static TimePoint
fromXdrBase64
(String xdr) static TimePoint
fromXdrByteArray
(byte[] xdr) int
hashCode()
void
setTimePoint
(Uint64 TimePoint) toString()
default String
default 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
-