Class DataFormatReaders


  • public class DataFormatReaders
    extends Object
    Alternative to DataFormatDetector that needs to be used when using data-binding.
    Since:
    2.1
    • Field Detail

      • DEFAULT_MAX_INPUT_LOOKAHEAD

        public static final int DEFAULT_MAX_INPUT_LOOKAHEAD
        By default we will look ahead at most 64 bytes; in most cases, much less (4 bytes or so) is needed, but we will allow bit more leniency to support data formats that need more complex heuristics.
        See Also:
        Constant Field Values