Package org.stellar.sdk.xdr
Class TimePoint
java.lang.Object
org.stellar.sdk.xdr.TimePoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimePointdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, TimePoint encodedTimePoint) booleanstatic TimePointfromXdrBase64(String xdr) static TimePointfromXdrByteArray(byte[] xdr) inthashCode()voidsetTimePoint(Uint64 value) byte[]
-
Constructor Details
-
TimePoint
public TimePoint() -
TimePoint
-
-
Method Details
-
getTimePoint
-
setTimePoint
-
encode
public static void encode(XdrDataOutputStream stream, TimePoint encodedTimePoint) 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
-