Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dispatch_id

        private int dispatch_id
      • buf

        private byte[] buf
    • Constructor Detail

      • ServerCommand

        ServerCommand​(int dispatch_id,
                      byte[] buf)
    • Method Detail

      • dispatchID

        public int dispatchID()
      • getBuf

        public byte[] getBuf()
      • getInputStream

        public java.io.ByteArrayInputStream getInputStream()