Package org.ogf.saga.stream

The streams package provides a simple mechanism for setting up connections to remote components.

See: Description

Package org.ogf.saga.stream Description

The streams package provides a simple mechanism for setting up connections to remote components.

The Stream.wait() method as described in the language-independent SAGA specifications is renamed to Stream.waitFor(), to avoid conflicts or confusion with Object.wait().

Java programmers are used to InputStream and OutputStream. Therefore, a mechanism is provided to obtain such streams from a Stream object (see Stream.getInputStream() and Stream.getOutputStream()).

Copyright © 2016 Open Grid Forum. All rights reserved.