ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/iostream.htm

66 lines
4.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Use input and output streams for interprocess communication" />
<meta name="abstract" content="Input and output streams communicate between programs that are running in separate processes." />
<meta name="description" content="Input and output streams communicate between programs that are running in separate processes." />
<meta name="DC.Relation" scheme="URI" content="interpro.htm" />
<meta name="DC.Relation" scheme="URI" content="sockets.htm" />
<meta name="DC.Relation" scheme="URI" content="callcex.htm" />
<meta name="DC.Relation" scheme="URI" content="calrpgex.htm" />
<meta name="DC.Relation" scheme="URI" content="iostrmex.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="iostream" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Use input and output streams for interprocess communication</title>
</head>
<body id="iostream"><a name="iostream"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Use input and output streams for interprocess communication</h1>
<div><p>Input and output streams communicate between programs that are
running in separate processes.</p>
<p>The <a href="javalang.htm">java.lang.Runtime.exec()</a> method runs
a program. The parent program can get handles to the child process input and
output streams and can write to or read from those streams. If the child program
is written in a language other than Java™, you must ensure that any American
Standard Code for Information Interchange (ASCII) or extended binary-coded
decimal interchange code (EBCDIC) conversion takes place. See <a href="charenc.htm">Java character
encodings</a> for more details.</p>
<p>For an example that uses input and output streams, see <a href="iostrmex.htm">Example:
Use input and output streams for interprocess communication</a>.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="iostrmex.htm">Example: Use input and output streams for interprocess communication</a></strong><br />
This example shows how to call a C program from Java and
use input and output streams for interprocess communication.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="interpro.htm" title="When communicating with programs that are running in another process, there are a number of options.">Interprocess communications</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="sockets.htm" title="Sockets streams communicate between programs that are running in separate processes.">Use sockets for interprocess communication</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="callcex.htm" title="This is an example of a C program that uses the system() function to call the Java Hello program.">Example: Call Java from C</a></div>
<div><a href="calrpgex.htm" title="This is an example of an RPG program that uses the QCMDEXC API to call the Java Hello program.">Example: Call Java from RPG</a></div>
</div>
</div>
</body>
</html>