public class ShortShortInt extends Object implements EncodableData
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte |
getByte() |
long |
getSize() |
int |
hashCode() |
static ShortShortInt |
parse(byte value) |
static ShortShortInt |
parse(io.netty.buffer.ByteBuf buf) |
static ShortShortInt |
parseByte(byte 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 static ShortShortInt parse(io.netty.buffer.ByteBuf buf)
public static ShortShortInt parse(byte value)
public byte getByte()
public static ShortShortInt parseByte(byte value)
public String toString()
toString in interface EncodableDatatoString in class ObjectCopyright © 2018 WSO2. All rights reserved.