Package com.invirgance.convirgance.input


package com.invirgance.convirgance.input
Support for reading common data formats like CSV, JSON, tab-delimited, pipe-delimited, etc) stream of data. Supports reading from an arbitrary Source such as a URL, file, or classpath.
  • Class
    Description
    Provides streaming support for reading RFC 4180 compliant CSV (Comma-Separated Values) files and converting them to JSONObjects.
    Provides support for reading character delimited files as a stream of data.
    Interface for reading file formats as an Iterable stream of data
    Extends Iterable to provide a CloseableIterator that can be terminated before all data is read without leaking resources.
    Provides support for reading binary encoded JSON data in the JBIN format.
    Provides support for reading JSON formatted objects as a stream of data.
    Provides support for reading pipe-delimited files as a stream of data.
    Provides support for reading tab-delimited (tsv) files as a stream of data.