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