Class ObjectReader

java.lang.Object
javaforce.io.ObjectReader

@Deprecated public class ObjectReader extends Object
Deprecated.
  • Constructor Details

    • ObjectReader

      public ObjectReader(InputStream is)
      Deprecated.
  • Method Details

    • readHeader

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

      public int getType()
      Deprecated.
    • readObject

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