Uses of Interface
com.invirgance.convirgance.output.Output
Packages that use Output
Package
Description
Support for writing file formats like JSON, CSV, tab delimited, and binary encodings.
-
Uses of Output in com.invirgance.convirgance.output
Classes in com.invirgance.convirgance.output that implement OutputModifier and TypeClassDescriptionclassWrites data in RFC 4180 compliant CSV format.classSupport for writing delimited file formats like tab delimited and pipe delimited formats.classProvides support for writing binary encoded JSON data in the JBIN format.classProvides support for writing a stream of data as JSON formatted objects.classProvides support for writing pipe-delimited files as a stream of data.classProvides support for writing tab-delimited (tsv) files as a stream of data.