public class LongStringHelper extends Object
LongStrings.| Constructor and Description |
|---|
LongStringHelper() |
| Modifier and Type | Method and Description |
|---|---|
static LongString |
asLongString(byte[] bytes)
Converts a binary block to a LongString.
|
static LongString |
asLongString(String string)
Converts a String to a LongString using UTF-8 encoding.
|
public static LongString asLongString(String string)
string - the string to wrappublic static LongString asLongString(byte[] bytes)
bytes - the data to wrapCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.