Package edu.rit.io


@ParametersAreNonnullByDefault package edu.rit.io
The IO package provides the DataOutputStream and DataInputStream classes to read/write primitive data types and strings in binary form.
Since:
1.0
  • Class
    Description
    Class DataInputStream provides an input stream that reads primitive data types and strings in binary form.
    Class DataOutputStream provides an output stream that writes primitive data types and strings in binary form.
    Class DoubleMatrixFile provides an object for reading or writing a double matrix from or to a file.
    Class Files provides static methods for various file related operations.
    Class InvalidMatrixFileException provides an exception thrown when the contents of a matrix file are invalid.
    Class LineBufferedOutputStream provides a line buffer layered on top of an underlying output stream.
    Class Stdio provides standard I/O streams that can be redirected on a per-thread basis.