public final class MemoryCharConversionUTF8 extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSingleByte(char c) |
static int |
maxCharacterLength() |
static byte |
toSingleByte(char c) |
static byte[] |
toUTF8(char... chars) |
static int |
utf8Length(char... chars) |
static int |
utf8Length(char c) |
static long |
writeUTF8(long address,
char... chars) |
static long |
writeUTF8(long address,
char c) |
static long |
writeUTF8(long address,
char[] chars,
int offset,
int length) |
static long |
writeUTF8(long address,
String string) |
static long |
writeUTF8(long address,
VarString vs) |
public static final int maxCharacterLength()
public static final boolean isSingleByte(char c)
public static final byte toSingleByte(char c)
public static final int utf8Length(char c)
public static final int utf8Length(char... chars)
public static final byte[] toUTF8(char... chars)
public static final long writeUTF8(long address,
char c)
public static final long writeUTF8(long address,
char... chars)
public static final long writeUTF8(long address,
char[] chars,
int offset,
int length)
public static final long writeUTF8(long address,
String string)
public static final long writeUTF8(long address,
VarString vs)
Copyright © 2022 MicroStream Software. All rights reserved.