Uses of Interface
org.zmpp.vm.InputStream

Packages that use InputStream
org.zmpp.debug This package implements a debugging console for the ZMPP machine. 
org.zmpp.vm This package contains the base structures for the Z machine, e.g. 
 

Uses of InputStream in org.zmpp.debug
 

Classes in org.zmpp.debug that implement InputStream
 class TestFrame
          This is the main frame of the testing ui.
 

Uses of InputStream in org.zmpp.vm
 

Methods in org.zmpp.vm with parameters of type InputStream
 void Machine.setInputStream(int streamnumber, InputStream stream)
          Sets an input stream to the specified number.
 void Machine3.setInputStream(int streamnumber, InputStream stream)
          Sets an input stream to the specified number.
 



Copyright © 2005 . All Rights Reserved.