Class StreamReader<T>

    • Field Detail

      • features

        protected long features
      • types

        protected Type[] types
      • objectCreator

        protected Supplier objectCreator
      • lineSize

        protected int lineSize
      • rowCount

        protected int rowCount
      • errorCount

        protected int errorCount
      • lineStart

        protected int lineStart
      • lineEnd

        protected int lineEnd
      • lineNextStart

        protected int lineNextStart
      • end

        protected int end
      • off

        protected int off
      • inputEnd

        protected boolean inputEnd
      • lineTerminated

        protected boolean lineTerminated
      • mapping

        protected int[] mapping
    • Constructor Detail

      • StreamReader

        public StreamReader()
      • StreamReader

        public StreamReader​(Type[] types)
    • Method Detail

      • readLineObject

        public abstract <T> T readLineObject()
      • stream

        public <T> Stream<T> stream()
      • stream

        public <T> Stream<T> stream​(Class<T> clazz)