|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConnectionResetException | |
| util | |
| Uses of ConnectionResetException in util |
| Methods in util that throw ConnectionResetException | |
static byte[] |
NetUtil.readByteArray(java.net.Socket socket,
int maxLänge)
Liest aus dem InputStream des Socket die nächsten 4 Bytes, baut daraus eine Integerzahl, interpretiert diesen Wert als Länge und liest entsprechend viele Zeichen aus. |
static int |
NetUtil.toInt(java.io.InputStream byteStream)
Liest 4 Zeichen aus dem Stream aus und interpretiert diese als int-Zahl |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||