| Modifier and Type | Method and Description |
|---|---|
abstract int |
Memory.getCharsFromUtf8(long offsetBytes,
int utf8LengthBytes,
Appendable dst)
Gets UTF-8 encoded bytes from this Memory, starting at offsetBytes to a length of
utf8LengthBytes, decodes them into characters and appends them to the given Appendable.
|
abstract int |
Memory.getCharsFromUtf8(long offsetBytes,
int utf8LengthBytes,
StringBuilder dst)
Gets UTF-8 encoded bytes from this Memory, starting at offsetBytes to a length of
utf8LengthBytes, decodes them into characters and appends them to the given StringBuilder.
|
Copyright © 2015–2018 Yahoo! Inc.. All rights reserved.