Package edu.emory.mathcs.util.natives

Utilities to simplify integration with native code, for instance, calling native processes and linking native libraries.

See:
          Description

Interface Summary
ExecUtils.BrokenPipeHandler User-specified IO exception handler for exceptions during I/O redirection.
ExecUtils.ProcessExitHandler User-specified handler invoked when associated native process exits.
 

Class Summary
ExecUtils Utility methods to interact with and manage native processes started from Java.
ExecUtils.CmdResult Represents the result of a native command.
FilesystemUtils Utility methods to operate on files.
PvmArch Allows to detect local system architecture as defined by the PVM project.
 

Package edu.emory.mathcs.util.natives Description

Utilities to simplify integration with native code, for instance, calling native processes and linking native libraries.