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
.LongString
String toString()
toString
in class Object
LongString
as a stringCopyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.