public class Uint32 extends java.lang.Object implements XdrElement
typedef unsigned int uint32;
Constructor and Description |
---|
Uint32() |
Uint32(XdrUnsignedInteger uint32) |
Modifier and Type | Method and Description |
---|---|
static Uint32 |
decode(XdrDataInputStream stream) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static Uint32 |
fromXdrBase64(java.lang.String xdr) |
static Uint32 |
fromXdrByteArray(byte[] xdr) |
XdrUnsignedInteger |
getUint32() |
int |
hashCode() |
void |
setUint32(XdrUnsignedInteger uint32) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArray
public Uint32()
public Uint32(XdrUnsignedInteger uint32)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode
in interface XdrElement
java.io.IOException
public static Uint32 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOException
public static Uint32 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOException
public static Uint32 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOException
public XdrUnsignedInteger getUint32()
public void setUint32(XdrUnsignedInteger uint32)
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