Package com.mckoi.database.jdbc
Class RemoteDatabaseInterface.ServerCommand
- java.lang.Object
-
- com.mckoi.database.jdbc.RemoteDatabaseInterface.ServerCommand
-
- Enclosing class:
- RemoteDatabaseInterface
static class RemoteDatabaseInterface.ServerCommand extends java.lang.ObjectRepresents the data in a command from the server.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]bufprivate intdispatch_id
-
Constructor Summary
Constructors Constructor Description ServerCommand(int dispatch_id, byte[] buf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdispatchID()byte[]getBuf()java.io.ByteArrayInputStreamgetInputStream()
-