@Deprecated
public class Utf8PartialBuilder
extends java.lang.Object
Utf8StringBuilder, but allowing partially constructed Strings without throwing
Exceptions for incomplete UTF8 sequences.
A call to toPartialString(ByteBuffer) will return the section of the String from the start to the last
completed UTF8 sequence. Leaving incomplete sequences for a subsequent call to complete.
| Constructor | Description |
|---|---|
Utf8PartialBuilder() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toPartialString(java.nio.ByteBuffer buf) |
Deprecated.
|
Copyright © 1995–2018 Webtide. All rights reserved.