public class LongLongInt extends Object implements EncodableData
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getLong() |
long |
getSize() |
int |
hashCode() |
static LongLongInt |
parse(io.netty.buffer.ByteBuf buf) |
static LongLongInt |
parse(long value) |
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 static LongLongInt parse(long value)
public static LongLongInt parse(io.netty.buffer.ByteBuf buf)
public long getLong()
Copyright © 2018 WSO2. All rights reserved.