Class ObjectReader

java.lang.Object
javaforce.io.ObjectReader

public class ObjectReader extends Object
  • Constructor Details

  • Method Details

    • readHeader

      public void readHeader() throws Exception
      Reads and verifies the header (optional) This can be used to determine object type before calling readObject()
      Throws:
      Exception
    • getType

      public int getType()
    • readObject

      public Object readObject(SerialObject reader) throws Exception
      Throws:
      Exception