C F G I J K N O P R S T V W _ 
All Classes All Packages

C

close(int) - Static method in class jnr.enxio.channels.Native
 
close(int) - Method in interface jnr.enxio.channels.Native.LibC
 
close(int) - Method in class jnr.enxio.channels.WinLibCAdapter
 

F

F_GETFL - Static variable in interface jnr.enxio.channels.Native.LibC
 
F_SETFL - Static variable in interface jnr.enxio.channels.Native.LibC
 
fcntl(int, int, int) - Method in interface jnr.enxio.channels.Native.LibC
 
fcntl(int, int, int) - Method in class jnr.enxio.channels.WinLibCAdapter
 

G

getErrno() - Method in exception jnr.enxio.channels.NativeException
 
getFD() - Method in class jnr.enxio.channels.NativeDeviceChannel
 
getFD() - Method in interface jnr.enxio.channels.NativeSelectableChannel
 
getFD() - Method in class jnr.enxio.channels.NativeServerSocketChannel
 
getFD() - Method in class jnr.enxio.channels.NativeSocketChannel
 
getInstance() - Static method in class jnr.enxio.channels.NativeFileSelectorProvider
 
getInstance() - Static method in class jnr.enxio.channels.NativeSelectorProvider
 
getLastError() - Static method in class jnr.enxio.channels.Native
 
getLastErrorString() - Static method in class jnr.enxio.channels.Native
 
getRuntime() - Method in class jnr.enxio.channels.WinLibCAdapter
 

I

implCloseSelectableChannel() - Method in class jnr.enxio.channels.NativeDeviceChannel
 
implCloseSelectableChannel() - Method in class jnr.enxio.channels.NativeServerSocketChannel
 
implCloseSelectableChannel() - Method in class jnr.enxio.channels.NativeSocketChannel
 
implConfigureBlocking(boolean) - Method in class jnr.enxio.channels.NativeDeviceChannel
 
implConfigureBlocking(boolean) - Method in class jnr.enxio.channels.NativeServerSocketChannel
 
implConfigureBlocking(boolean) - Method in class jnr.enxio.channels.NativeSocketChannel
 

J

jnr.enxio.channels - package jnr.enxio.channels
 

K

kevent(int, ByteBuffer, int, ByteBuffer, int, Native.Timespec) - Method in interface jnr.enxio.channels.Native.LibC
 
kevent(int, ByteBuffer, int, ByteBuffer, int, Native.Timespec) - Method in class jnr.enxio.channels.WinLibCAdapter
 
kevent(int, Pointer, int, Pointer, int, Native.Timespec) - Method in interface jnr.enxio.channels.Native.LibC
 
kevent(int, Pointer, int, Pointer, int, Native.Timespec) - Method in class jnr.enxio.channels.WinLibCAdapter
 
kqueue() - Method in interface jnr.enxio.channels.Native.LibC
 
kqueue() - Method in class jnr.enxio.channels.WinLibCAdapter
 

N

Native - Class in jnr.enxio.channels
 
Native() - Constructor for class jnr.enxio.channels.Native
 
Native.LibC - Interface in jnr.enxio.channels
 
Native.Timespec - Class in jnr.enxio.channels
 
NativeDeviceChannel - Class in jnr.enxio.channels
 
NativeDeviceChannel(int) - Constructor for class jnr.enxio.channels.NativeDeviceChannel
 
NativeDeviceChannel(int, boolean) - Constructor for class jnr.enxio.channels.NativeDeviceChannel
 
NativeDeviceChannel(SelectorProvider, int, int, boolean) - Constructor for class jnr.enxio.channels.NativeDeviceChannel
 
NativeException - Exception in jnr.enxio.channels
 
NativeException(String, Errno) - Constructor for exception jnr.enxio.channels.NativeException
 
NativeFileSelectorProvider - Class in jnr.enxio.channels
 
NativeFileSelectorProvider() - Constructor for class jnr.enxio.channels.NativeFileSelectorProvider
 
NativeSelectableChannel - Interface in jnr.enxio.channels
 
NativeSelectorProvider - Class in jnr.enxio.channels
 
NativeSelectorProvider() - Constructor for class jnr.enxio.channels.NativeSelectorProvider
 
NativeServerSocketChannel - Class in jnr.enxio.channels
 
NativeServerSocketChannel(int) - Constructor for class jnr.enxio.channels.NativeServerSocketChannel
 
NativeServerSocketChannel(SelectorProvider, int, int) - Constructor for class jnr.enxio.channels.NativeServerSocketChannel
 
NativeSocketChannel - Class in jnr.enxio.channels
 
NativeSocketChannel(int) - Constructor for class jnr.enxio.channels.NativeSocketChannel
 
NativeSocketChannel(int, int) - Constructor for class jnr.enxio.channels.NativeSocketChannel
 

O

O_NONBLOCK - Static variable in interface jnr.enxio.channels.Native.LibC
 
openDatagramChannel() - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openDatagramChannel() - Method in class jnr.enxio.channels.NativeSelectorProvider
 
openDatagramChannel(ProtocolFamily) - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openDatagramChannel(ProtocolFamily) - Method in class jnr.enxio.channels.NativeSelectorProvider
 
openPipe() - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openPipe() - Method in class jnr.enxio.channels.NativeSelectorProvider
 
openSelector() - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openSelector() - Method in class jnr.enxio.channels.NativeSelectorProvider
 
openServerSocketChannel() - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openServerSocketChannel() - Method in class jnr.enxio.channels.NativeSelectorProvider
 
openSocketChannel() - Method in class jnr.enxio.channels.NativeFileSelectorProvider
 
openSocketChannel() - Method in class jnr.enxio.channels.NativeSelectorProvider
 

P

pipe(int[]) - Method in interface jnr.enxio.channels.Native.LibC
 
pipe(int[]) - Method in class jnr.enxio.channels.WinLibCAdapter
 
poll(ByteBuffer, int, int) - Method in interface jnr.enxio.channels.Native.LibC
 
poll(ByteBuffer, int, int) - Method in class jnr.enxio.channels.WinLibCAdapter
 
poll(Pointer, int, int) - Method in interface jnr.enxio.channels.Native.LibC
 
poll(Pointer, int, int) - Method in class jnr.enxio.channels.WinLibCAdapter
 

R

read(int, byte[], long) - Method in interface jnr.enxio.channels.Native.LibC
 
read(int, byte[], long) - Method in class jnr.enxio.channels.WinLibCAdapter
 
read(int, ByteBuffer) - Static method in class jnr.enxio.channels.Native
 
read(int, ByteBuffer, long) - Method in interface jnr.enxio.channels.Native.LibC
 
read(int, ByteBuffer, long) - Method in class jnr.enxio.channels.WinLibCAdapter
 
read(ByteBuffer) - Method in class jnr.enxio.channels.NativeDeviceChannel
 
read(ByteBuffer) - Method in class jnr.enxio.channels.NativeSocketChannel
 

S

setBlocking(int, boolean) - Static method in class jnr.enxio.channels.Native
 
shutdown(int, int) - Method in interface jnr.enxio.channels.Native.LibC
 
shutdown(int, int) - Static method in class jnr.enxio.channels.Native
 
shutdown(int, int) - Method in class jnr.enxio.channels.WinLibCAdapter
 
shutdownInput() - Method in class jnr.enxio.channels.NativeSocketChannel
 
shutdownOutput() - Method in class jnr.enxio.channels.NativeSocketChannel
 
strerror(int) - Method in interface jnr.enxio.channels.Native.LibC
 
strerror(int) - Method in class jnr.enxio.channels.WinLibCAdapter
 

T

Timespec() - Constructor for class jnr.enxio.channels.Native.Timespec
 
Timespec(long, long) - Constructor for class jnr.enxio.channels.Native.Timespec
 
Timespec(Runtime) - Constructor for class jnr.enxio.channels.Native.Timespec
 
tv_nsec - Variable in class jnr.enxio.channels.Native.Timespec
 
tv_sec - Variable in class jnr.enxio.channels.Native.Timespec
 

V

validOps() - Method in class jnr.enxio.channels.NativeDeviceChannel
 
validOps() - Method in class jnr.enxio.channels.NativeServerSocketChannel
 
validOps() - Method in class jnr.enxio.channels.NativeSocketChannel
 

W

WinLibCAdapter - Class in jnr.enxio.channels
MSVCRT.DLL only supports some LibC functions, but the symbols are different.
WinLibCAdapter(WinLibCAdapter.LibMSVCRT) - Constructor for class jnr.enxio.channels.WinLibCAdapter
 
WinLibCAdapter.LibMSVCRT - Interface in jnr.enxio.channels
 
write(int, byte[], long) - Method in interface jnr.enxio.channels.Native.LibC
 
write(int, byte[], long) - Method in class jnr.enxio.channels.WinLibCAdapter
 
write(int, ByteBuffer) - Static method in class jnr.enxio.channels.Native
 
write(int, ByteBuffer, long) - Method in interface jnr.enxio.channels.Native.LibC
 
write(int, ByteBuffer, long) - Method in class jnr.enxio.channels.WinLibCAdapter
 
write(ByteBuffer) - Method in class jnr.enxio.channels.NativeDeviceChannel
 
write(ByteBuffer) - Method in class jnr.enxio.channels.NativeSocketChannel
 

_

_close(int) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_pipe(int[]) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_read(int, byte[], long) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_read(int, ByteBuffer, long) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_strerror(int) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_write(int, byte[], long) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
_write(int, ByteBuffer, long) - Method in interface jnr.enxio.channels.WinLibCAdapter.LibMSVCRT
 
C F G I J K N O P R S T V W _ 
All Classes All Packages