Top Description Methods
jdk.internal.access.foreign

public Interface UnmapperProxy

Known Direct Implementers
sun.nio.ch.FileChannelImpl.Unmapper
Imports
java.io.FileDescriptor

This proxy interface is required to allow instances of the FileChannelImpl.Unmapper interface (which is a non-public class inside the sun.nio.ch package) to be accessed from the mapped memory segment factory.

Method Summary

Modifier and TypeMethod and Description
public long
public FileDescriptor
public boolean
public void

Method Detail

addressback to summary
public long address()
fileDescriptorback to summary
public FileDescriptor fileDescriptor()
isSyncback to summary
public boolean isSync()
unmapback to summary
public void unmap()