Have been studying the file system related classes of Adobe AIR 1.5, but so far I've not seen anything that mentions how to interact with stdin/stdout/stderr. Is a bit surprising as AIR makes it possible to otherwise interact with the local file system, and there is a FileStream class.
Am wanting to launch an AIR app from a parent process and then interact with the AIR app via async i/o via stdin/stdout. Would avoid needing to use port on localhost and doing socket i/o. (Yeah, this about bridging java and AIR in cross platform manner ala Merapi style.)