Interface LongString
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
LongStringHelper.ByteArrayLongString
public interface LongString extends Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static longMAX_LENGTH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getBytes()InputStreamgetStream()longlength()
-
-
-
Field Detail
-
MAX_LENGTH
static final long MAX_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
length
long length()
-
getStream
InputStream getStream() throws IOException
- Throws:
IOException
-
getBytes
byte[] getBytes()
-
-