public interface LongString
Modifier and Type | Field and Description |
---|---|
static long |
MAX_LENGTH |
static final long MAX_LENGTH
long length()
LongString
in bytes >= 0 <= MAX_LENGTHjava.io.DataInputStream getStream() throws java.io.IOException
LongString
java.io.IOException
- if an error is encounteredbyte[] getBytes()
LongString
.
Repeated calls to this function may return the same array.
This function will fail if this.length() > Integer.MAX_VALUE
,
throwing an IllegalStateException
.LongString
java.lang.String toString()
toString
in class java.lang.Object
LongString
as a string