Package org.stellar.sdk.xdr
Class Value
java.lang.Object
org.stellar.sdk.xdr.Value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Valuedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Value encodedValue) booleanstatic ValuefromXdrBase64(String xdr) static ValuefromXdrByteArray(byte[] xdr) byte[]getValue()inthashCode()voidsetValue(byte[] value) byte[]
-
Constructor Details
-
Value
public Value() -
Value
public Value(byte[] Value)
-
-
Method Details
-
getValue
public byte[] getValue() -
setValue
public void setValue(byte[] value) -
encode
- 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
-