Class InputAccessor.Std

    • Constructor Detail

      • Std

        public Std​(InputStream in,
                   byte[] buffer)
        Constructor used when content to check is available via input stream and must be read.
      • Std

        public Std​(byte[] inputDocument)
        Constructor used when the full input (or at least enough leading bytes of full input) is available.
      • Std

        public Std​(byte[] inputDocument,
                   int start,
                   int len)
        Constructor used when the full input (or at least enough leading bytes of full input) is available.
        Since:
        2.1