Class DataObjectInputStream

    • Constructor Detail

      • DataObjectInputStream

        public DataObjectInputStream()
                              throws IOException
        Constructor for single static context clients
        Throws:
        IOException
      • DataObjectInputStream

        public DataObjectInputStream​(InputStream in)
                              throws IOException
        Constructor for single static context clients
        Parameters:
        in -
        Throws:
        IOException
      • DataObjectInputStream

        public DataObjectInputStream​(InputStream in,
                                     commonj.sdo.helper.HelperContext aContext)
                              throws IOException
        Constructor for general use by multi-threaded clients
        Parameters:
        in -
        aContext -
        Throws:
        IOException
    • Method Detail

      • getHelperContext

        public commonj.sdo.helper.HelperContext getHelperContext()
      • setHelperContext

        public void setHelperContext​(commonj.sdo.helper.HelperContext helperContext)