public class LongUint extends Object implements EncodableData
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getInt() |
long |
getSize() |
int |
hashCode() |
static LongUint |
parse(io.netty.buffer.ByteBuf buf) |
static LongUint |
parse(long value) |
String |
toString() |
void |
write(io.netty.buffer.ByteBuf buf) |
public long getSize()
getSize in interface EncodableDatapublic void write(io.netty.buffer.ByteBuf buf)
write in interface EncodableDatapublic long getInt()
public static LongUint parse(io.netty.buffer.ByteBuf buf)
public static LongUint parse(long value)
public String toString()
toString in interface EncodableDatatoString in class ObjectCopyright © 2018 WSO2. All rights reserved.