public void setStream(String, InputStream)
Associates the specified stream with the specified key in this
applet context. If the applet context previously contained a mapping
for this key, the old value is replaced.
For security reasons, mapping of streams and keys exists for each
codebase. In other words, applet from one codebase cannot access
the streams created by an applet from a different codebase