|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.InputStream
org.activeio.adapter.PacketInputStream
Provides an InputStream for a given Packet.
| Field Summary | |
(package private) Packet |
packet
|
| Constructor Summary | |
PacketInputStream(Packet packet)
|
|
| Method Summary | |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
final Packet packet
| Constructor Detail |
public PacketInputStream(Packet packet)
| Method Detail |
public int read()
throws java.io.IOException
java.io.IOExceptionInputStream.read()
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionInputStream.read(byte[], int, int)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||