public class Int32 extends java.lang.Object implements XdrElement
typedef int int32;
| Modifier and Type | Method and Description |
|---|---|
static Int32 |
decode(XdrDataInputStream stream) |
static Int32 |
decode(XdrDataInputStream stream,
int maxDepth) |
void |
encode(XdrDataOutputStream stream) |
boolean |
equals(java.lang.Object o) |
static Int32 |
fromXdrBase64(java.lang.String xdr) |
static Int32 |
fromXdrByteArray(byte[] xdr) |
java.lang.Integer |
getInt32() |
int |
hashCode() |
void |
setInt32(java.lang.Integer int32) |
java.lang.String |
toString() |
toXdrBase64, toXdrByteArraypublic void encode(XdrDataOutputStream stream) throws java.io.IOException
encode in interface XdrElementjava.io.IOExceptionpublic static Int32 decode(XdrDataInputStream stream, int maxDepth) throws java.io.IOException
java.io.IOExceptionpublic static Int32 decode(XdrDataInputStream stream) throws java.io.IOException
java.io.IOExceptionpublic static Int32 fromXdrBase64(java.lang.String xdr) throws java.io.IOException
java.io.IOExceptionpublic static Int32 fromXdrByteArray(byte[] xdr) throws java.io.IOException
java.io.IOExceptionpublic java.lang.Integer getInt32()
public void setInt32(java.lang.Integer int32)
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