|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--wtanaka.praya.yahoo.LittleEndianInputStream
|
+--wtanaka.praya.yahoo.RawPacketInputStream
Adapted from yahoolib.h by Nathan Neulinger (nneul@umr.edu) http://www.umr.edu/~nneul/gtkyahoo/
Return to
or the Praya Homepage
| Fields inherited from class java.io.FilterInputStream |
in |
| Fields inherited from class java.io.InputStream |
SKIP_BUFFER_SIZE, skipBuffer |
| Constructor Summary | |
RawPacketInputStream(java.io.InputStream in)
|
|
| Method Summary | |
YahooRawPacket |
readPacket()
|
| Methods inherited from class wtanaka.praya.yahoo.LittleEndianInputStream |
readInt |
| Methods inherited from class java.io.FilterInputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public RawPacketInputStream(java.io.InputStream in)
| Method Detail |
public YahooRawPacket readPacket()
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||