Methods Summary |
---|
public static native long | create(long file, long offset, long size, int flag, long pool)Create a new mmap'ed file out of an existing APR file.
|
public static native int | delete(long mm)Remove a mmap'ed.
|
public static native long | dup(long mmap, long pool)Duplicate the specified MMAP.
|
public static native long | offset(long mm, long offset)Move the pointer into the mmap'ed file to the specified offset.
|