|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LongString
An object providing access to a LongString. This might be implemented to read directly from connection socket, depending on the size of the content to be read - long strings may contain up to 4Gb of content.
| Field Summary | |
|---|---|
static long |
MAX_LENGTH
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
Get the content as a byte array. |
java.io.DataInputStream |
getStream()
Get the content stream. |
long |
length()
Get the length of the content of the long string in bytes |
| Field Detail |
|---|
static final long MAX_LENGTH
| Method Detail |
|---|
long length()
java.io.DataInputStream getStream()
throws java.io.IOException
java.io.IOException - if an error is encounteredbyte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||