org.zmpp.vm
Interface InputStream

All Known Implementing Classes:
TestFrame

public interface InputStream

This interface defines a Z-machine input stream.

Version:
1.0
Author:
Wei-ju Wu

Method Summary
 void readLine(MemoryAccess memaccess, int address, int bufferlen)
          Reads a line to the specified target location in memory.
 

Method Detail

readLine

void readLine(MemoryAccess memaccess,
              int address,
              int bufferlen)
Reads a line to the specified target location in memory.

Parameters:
memaccess - the memaccess object
address - the memory address
bufferlen - the size of the buffer in bytes


Copyright © 2005 . All Rights Reserved.