Package edu.rit.pj.io


@ParametersAreNonnullByDefault package edu.rit.pj.io
The IO package represents a file that resides in the user's account in the job frontend process of a PJ cluster parallel program. Operations are provided to open an input stream or an output stream to read or write the file in the frontend processor.
Since:
1.0
  • Classes
    Class
    Description
    Class StreamFile represents a file that resides in the user's account in the job frontend process of a PJ cluster parallel program.