fi.pelam

csv

package csv

This is pelam-scala-csv contained in package fi.pelam.csv. Pelam-scala-csv is a library for reading and writing CSV data. Two levels of APIs are provided for both input and output

main points

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. csv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object CsvConstants

    This object contains some common CSV data related constants.

  2. package cell

    This package contains the low level data types used for representing a single cell in CSV data.

    This package contains the low level data types used for representing a single cell in CSV data.

    See also

    The abstract base class for Cells.

  3. package stream

    This package contains the streaming oriented API for processing CSV data.

    This package contains the streaming oriented API for processing CSV data.

    See the reader and writer classes for more information.

    See also

    CsvWriter

    CsvReader

  4. package table

    This package contains the whole table oriented API for processing CSV data.

    This package contains the whole table oriented API for processing CSV data.

    See the reader and writer classes for more information.

    See also

    TableWriter

    TableReader

  5. package util

    This package contains some classes used by this CSV library, but which are not directly related to processing CSV data.

    This package contains some classes used by this CSV library, but which are not directly related to processing CSV data.

    Contents of this package should not be used outside of this library.

Inherited from AnyRef

Inherited from Any

Ungrouped