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.Object
Represents the data in a command from the server.
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
buf
private int
dispatch_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 int
dispatchID()
byte[]
getBuf()
java.io.ByteArrayInputStream
getInputStream()
-