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. |
readLine
void readLine(MemoryAccess memaccess,
int address,
int bufferlen)
- Reads a line to the specified target location in memory.
- Parameters:
memaccess
- the memaccess objectaddress
- the memory addressbufferlen
- the size of the buffer in bytes
Copyright © 2005 . All Rights Reserved.