Class PlatformAbstractBootstrap

    • Constructor Detail

      • PlatformAbstractBootstrap

        public PlatformAbstractBootstrap()
    • Method Detail

      • init

        public void init​(long dataPtr)
        Init the bootstrap.
        Specified by:
        init in interface PlatformBootstrap
        Parameters:
        dataPtr - Optional pointer to additional data required for startup.
      • processInput

        protected void processInput​(PlatformInputStream input)
        Processes any additional input data.
        Parameters:
        input - Input stream.