public class TxDemandVector extends java.lang.Object implements XdrElement
typedef Hash TxDemandVector<TX_DEMAND_VECTOR_MAX_SIZE>;
Constructor and Description |
---|
TxDemandVector() |
TxDemandVector(Hash[] TxDemandVector) |
Modifier and Type | Method and Description |
---|---|
static TxDemandVector |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static TxDemandVector |
fromXdrBase64(java.lang.String xdr) |
static TxDemandVector |
fromXdrByteArray(byte[] xdr) |
Hash[] |
getTxDemandVector() |
int |
hashCode() |
void |
setTxDemandVector(Hash[] TxDemandVector) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public TxDemandVector()
public TxDemandVector(Hash[] TxDemandVector)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static TxDemandVector decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static TxDemandVector fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static TxDemandVector fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public Hash[] getTxDemandVector()
public void setTxDemandVector(Hash[] TxDemandVector)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object