wtanaka.praya.yahoo
Class RawPacketInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--wtanaka.praya.yahoo.LittleEndianInputStream
                    |
                    +--wtanaka.praya.yahoo.RawPacketInputStream
All Implemented Interfaces:
java.io.Serializable

public class RawPacketInputStream
extends LittleEndianInputStream
implements java.io.Serializable

Adapted from yahoolib.h by Nathan Neulinger (nneul@umr.edu) http://www.umr.edu/~nneul/gtkyahoo/

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/02 09:30:19 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RawPacketInputStream

public RawPacketInputStream(java.io.InputStream in)
Method Detail

readPacket

public YahooRawPacket readPacket()
                          throws java.io.IOException