public final class Collation extends Object
ServerCharset| Modifier and Type | Method and Description |
|---|---|
static Collation |
decode(io.netty.buffer.ByteBuf buffer)
Decode the
Collation. |
void |
encode(io.netty.buffer.ByteBuf buffer)
Encode the collation.
|
boolean |
equals(Object o) |
static Collation |
from(int lcid,
int sortId)
Create a new
Collation from LCID and sortId. |
Charset |
getCharset() |
int |
hashCode() |
String |
toString() |
public static final Collation RAW
public static Collation from(int lcid, int sortId)
Collation from LCID and sortId.lcid - locale IdsortId - sort IdCollation.public static Collation decode(io.netty.buffer.ByteBuf buffer)
Collation.buffer - the buffer.public void encode(io.netty.buffer.ByteBuf buffer)
buffer - the data buffer.public Charset getCharset()
Copyright © 2023. All rights reserved.