|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
ggz.common.dio.DIOInputStream
ggz.cards.common.GGZCardInputStream
public class GGZCardInputStream
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
GGZCardInputStream(java.io.InputStream in)
|
Method Summary | |
---|---|
Bid |
read_bid()
|
Card |
read_card()
|
CardSetType |
read_cardset_type()
|
GameMessage |
read_game_message()
|
ServerOpCode |
read_opcode()
|
int |
read_seat()
|
Suit |
read_suit()
|
Methods inherited from class ggz.common.dio.DIOInputStream |
---|
readString, startPacket |
Methods inherited from class java.io.DataInputStream |
---|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
Methods inherited from class java.io.FilterInputStream |
---|
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 |
Constructor Detail |
---|
public GGZCardInputStream(java.io.InputStream in)
Method Detail |
---|
public CardSetType read_cardset_type() throws java.io.IOException
java.io.IOException
public Card read_card() throws java.io.IOException
java.io.IOException
public Suit read_suit() throws java.io.IOException
java.io.IOException
public Bid read_bid() throws java.io.IOException
java.io.IOException
public ServerOpCode read_opcode() throws java.io.IOException
java.io.IOException
public GameMessage read_game_message() throws java.io.IOException
java.io.IOException
public int read_seat() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |