public interface LongString
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get the content as a byte array.
|
DataInputStream |
getStream()
Get the content stream.
|
long |
length() |
String |
toString()
Get the content as a String.
|
static final long MAX_LENGTH
long length()
DataInputStream getStream() throws IOException
IOException - if an error is encounteredbyte[] getBytes()
Integer.MAX_VALUE,
throwing an IllegalStateException.LongStringString toString()
toString in class ObjectLongString as a stringCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.