|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
This is the complete list of members for IKVM.Java.Externs.java.io.RandomAccessFile, including all inherited members.
| close0(object self) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| getFilePointer(object self) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| length(object self) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| open0(object self, string name, int mode) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| read0(object self) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| readBytes(object self, byte[] bytes, int off, int len) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| seek0(object self, long pos) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| setLength(object self, long newLength) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| write0(object self, int @byte) | IKVM.Java.Externs.java.io.RandomAccessFile | static |
| writeBytes(object self, byte[] bytes, int off, int len) | IKVM.Java.Externs.java.io.RandomAccessFile | static |