public class SPIM extends Object
Constructor and Description |
---|
SPIM() |
Modifier and Type | Method and Description |
---|---|
static void |
close(int fd)
Wrapper for SPIM.close().
|
static void |
exit()
Wrapper for SPIM.exit().
|
static void |
exit2(int status)
Wrapper for SPIM.exit2().
|
static int |
open(String filename,
int flags,
int mode)
Wrapper for SPIM.open().
|
static void |
printChar(char value)
Wrapper for SPIM.printChar().
|
static void |
printDouble(double value)
Wrapper for SPIM.printDouble().
|
static void |
printFloat(float value)
Wrapper for SPIM.printFloat().
|
static void |
printInt(int value)
Wrapper for SPIM.printInt().
|
static void |
printString(String value)
Wrapper for SPIM.printString().
|
static String |
read(int fd,
int length)
Wrapper for SPIM.read().
|
static char |
readChar()
Wrapper for SPIM.readChar().
|
static double |
readDouble()
Wrapper for SPIM.readDouble().
|
static float |
readFloat()
Wrapper for SPIM.readFloat().
|
static int |
readInt()
Wrapper for SPIM.readInt().
|
static String |
readString(int length)
Wrapper for SPIM.readString().
|
static int |
write(int fd,
String buffer,
int length)
Wrapper for SPIM.write().
|
public static void printInt(int value)
public static void printFloat(float value)
public static void printDouble(double value)
public static void printString(String value)
public static void printChar(char value)
public static int readInt()
public static float readFloat()
public static double readDouble()
public static String readString(int length)
public static char readChar()
public static int open(String filename, int flags, int mode)
public static String read(int fd, int length)
public static int write(int fd, String buffer, int length)
public static void close(int fd)
public static void exit()
public static void exit2(int status)