public class GGZCardInputStream extends DIOInputStream
| Constructor and Description |
|---|
GGZCardInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Bid |
read_bid() |
Card |
read_card() |
CardSetType |
read_cardset_type() |
GameMessage |
read_game_message() |
ServerOpCode |
read_opcode() |
int |
read_seat() |
Suit |
read_suit() |
readString, startPacketread, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytespublic CardSetType read_cardset_type() throws java.io.IOException
java.io.IOExceptionpublic Card read_card() throws java.io.IOException
java.io.IOExceptionpublic Suit read_suit() throws java.io.IOException
java.io.IOExceptionpublic Bid read_bid() throws java.io.IOException
java.io.IOExceptionpublic ServerOpCode read_opcode() throws java.io.IOException
java.io.IOExceptionpublic GameMessage read_game_message() throws java.io.IOException
java.io.IOExceptionpublic int read_seat()
throws java.io.IOException
java.io.IOException