Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Class and Description |
---|---|
class |
MemDrive
This class handles one "MEM" drive - a copy in memory of a qxl.win drive.
|
Modifier and Type | Field and Description |
---|---|
protected WinDrive |
WinFile.drive |
protected WinDrive[] |
WinDriver.drives |
Constructor and Description |
---|
WinDir(WinDrive drive,
WinDir parentDir,
int index,
java.nio.ByteBuffer buf,
java.util.ArrayList<java.lang.Integer> cchain,
byte[] name,
byte[] normalizedName)
This creates the directory object.
|
WinFile(WinDrive drive,
WinDir dir,
int index,
boolean readOnly,
java.nio.ByteBuffer buf,
java.util.ArrayList<java.lang.Integer> cchain)
Creates the object.
|
WinSpecialFile(WinDrive drive)
Creates the object.
|