public class PacketToInputStream extends InputStream
| Constructor and Description |
|---|
PacketToInputStream(Packet packet) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic PacketToInputStream(Packet packet)
packet - public int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionInputStream.read(byte[], int, int)Copyright © 2005–2019. All rights reserved.