public class SocketBuffedReader extends Object implements BuffedReader
| Constructor and Description |
|---|
SocketBuffedReader(Socket socket) |
| Modifier and Type | Method and Description |
|---|---|
int |
readBinary() |
int |
readBinary(byte[] bytes) |
public SocketBuffedReader(Socket socket) throws IOException
IOExceptionpublic int readBinary()
throws IOException
readBinary in interface BuffedReaderIOExceptionpublic int readBinary(byte[] bytes)
throws IOException
readBinary in interface BuffedReaderIOExceptionCopyright © 2021. All rights reserved.