breeze

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. abstract class ByteConverter extends AnyRef

    Reads and writes data from byte values.

  2. class RandomAccessFile extends DataInput with DataOutput with Closeable

    Wrapper for java.io.RandomAccessFile.

Value Members

  1. object ByteConverterBigEndian extends ByteConverter

    See breeze.io.ByteConverter, reads big endian.

  2. object ByteConverterLittleEndian extends ByteConverter

    See breeze.io.ByteConverter, reads little endian.

  3. object CSVReader

    Just a simple wrapper for OpenCSV's csvreader.

  4. object CSVWriter

    Just a simple wrapper for OpenCSV's csvreader.

  5. object FileStreams

    Gets input and output streams to a file, wrapping them in GZIP streams if the file ends with .

Ungrouped