public class JniMemoryMappedCopy
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static JniMemoryMappedCopy |
create(long address,
long length) |
int |
read(long pos,
byte[] buf,
int offset,
int length) |
void |
write(long pos,
byte[] buf,
int offset,
int length)
Writes data to the file.
|
public static JniMemoryMappedCopy create(long address, long length)
public int read(long pos,
byte[] buf,
int offset,
int length)
throws java.io.IOException
java.io.IOExceptionpublic void write(long pos,
byte[] buf,
int offset,
int length)
throws java.io.IOException
java.io.IOException