Class SmileParserBootstrapper


  • public class SmileParserBootstrapper
    extends java.lang.Object
    Simple bootstrapper version used with Smile format parser.
    • Field Detail

      • _inputProcessed

        protected int _inputProcessed
        Current number of input units (bytes or chars) that were processed in previous blocks, before contents of current input buffer.

        Note: includes possible BOMs, if those were part of the input.

    • Constructor Detail

      • SmileParserBootstrapper

        public SmileParserBootstrapper​(IOContext ctxt,
                                       java.io.InputStream in)
      • SmileParserBootstrapper

        public SmileParserBootstrapper​(IOContext ctxt,
                                       byte[] inputBuffer,
                                       int inputStart,
                                       int inputLen)