|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A buffer containing delimited data read from a socket connection.
Method Summary | |
double |
readDelimitedDouble()
Return the next delimited item from the packet as a double |
float |
readDelimitedFloat()
Return the next delimited item from the packet as a float |
int |
readDelimitedInt()
Return the next delimited item from the packet as an int |
long |
readDelimitedLong()
Return the next delimited item from the packet as a long |
String |
readDelimitedString()
Return the next String from the packet, as delimited by EOL or the delimiter character |
Method Detail |
public String readDelimitedString()
public int readDelimitedInt() throws NumberFormatException
public long readDelimitedLong() throws NumberFormatException
public float readDelimitedFloat() throws NumberFormatException
public double readDelimitedDouble() throws NumberFormatException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |