| Methods Summary | |
|---|---|
| void |
writeExact(void* buffer, uint size) |
| uint |
write(ubyte buffer) |
| void |
write(byte x) |
| void |
write(ubyte x) |
| void |
write(short x) |
| void |
write(ushort x) |
| void |
write(int x) |
| void |
write(uint x) |
| void |
write(long x) |
| void |
write(ulong x) |
| void |
write(float x) |
| void |
write(double x) |
| void |
write(real x) |
| void |
write(ireal x) |
| void |
write(creal x) |
| void |
write(char x) |
| void |
write(wchar x) |
| void |
write(char s) |
| void |
write(wchar s) |
| void |
writeLine(char s) |
| void |
writeLineW(wchar s) |
| void |
writeString(char s) |
| void |
writeStringW(wchar s) |
| uint |
vprintf(char format, va_list args) |
| uint |
printf(char format, ... ) |
| void |
writef(... ) |
| void |
writefln(... ) |