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, toXdrByteArraypublic Uint32()
public Uint32(XdrUnsignedInteger uint32)
public void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static Uint32 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static Uint32 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static Uint32 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic XdrUnsignedInteger getUint32()
public void setUint32(XdrUnsignedInteger uint32)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object