| Package | Description |
|---|---|
| net.csdn.common |
| Modifier and Type | Method and Description |
|---|---|
static Unicode.UTF16Result |
Unicode.fromBytesAsUtf16(byte[] source) |
static Unicode.UTF16Result |
Unicode.fromBytesAsUtf16(byte[] source,
int offset,
int length) |
static Unicode.UTF16Result |
Unicode.unsafeFromBytesAsUtf16(byte[] source) |
static Unicode.UTF16Result |
Unicode.unsafeFromBytesAsUtf16(byte[] source,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
Unicode.UTF16Result.copyText(Unicode.UTF16Result other) |
static void |
Unicode.UTF8toUTF16(byte[] utf8,
int offset,
int length,
Unicode.UTF16Result result)
Convert UTF8 bytes into UTF16 characters.
|
Copyright © 2022. All rights reserved.