cosmic-internal-jdk
Version:
KingScript: JDK1.8
126 lines (125 loc) • 11.1 kB
TypeScript
/// <reference types="dist/index" />
export type AcceptPendingException = $.java.nio.channels.AcceptPendingException;
export declare const AcceptPendingException: $.java.nio.channels.AcceptPendingExceptionConstructor;
export type AlreadyBoundException = $.java.nio.channels.AlreadyBoundException;
export declare const AlreadyBoundException: $.java.nio.channels.AlreadyBoundExceptionConstructor;
export type AlreadyConnectedException = $.java.nio.channels.AlreadyConnectedException;
export declare const AlreadyConnectedException: $.java.nio.channels.AlreadyConnectedExceptionConstructor;
export type AsynchronousByteChannel = $.java.nio.channels.AsynchronousByteChannel;
export declare const AsynchronousByteChannel: $.java.nio.channels.AsynchronousByteChannelConstructor;
export type AsynchronousChannel = $.java.nio.channels.AsynchronousChannel;
export declare const AsynchronousChannel: $.java.nio.channels.AsynchronousChannelConstructor;
export type AsynchronousChannelGroup = $.java.nio.channels.AsynchronousChannelGroup;
export declare const AsynchronousChannelGroup: $.java.nio.channels.AsynchronousChannelGroupConstructor;
export type AsynchronousCloseException = $.java.nio.channels.AsynchronousCloseException;
export declare const AsynchronousCloseException: $.java.nio.channels.AsynchronousCloseExceptionConstructor;
export type AsynchronousFileChannel = $.java.nio.channels.AsynchronousFileChannel;
export declare const AsynchronousFileChannel: $.java.nio.channels.AsynchronousFileChannelConstructor;
export type AsynchronousServerSocketChannel = $.java.nio.channels.AsynchronousServerSocketChannel;
export declare const AsynchronousServerSocketChannel: $.java.nio.channels.AsynchronousServerSocketChannelConstructor;
export type AsynchronousSocketChannel = $.java.nio.channels.AsynchronousSocketChannel;
export declare const AsynchronousSocketChannel: $.java.nio.channels.AsynchronousSocketChannelConstructor;
export type ByteChannel = $.java.nio.channels.ByteChannel;
export declare const ByteChannel: $.java.nio.channels.ByteChannelConstructor;
export type CancelledKeyException = $.java.nio.channels.CancelledKeyException;
export declare const CancelledKeyException: $.java.nio.channels.CancelledKeyExceptionConstructor;
export type Channel = $.java.nio.channels.Channel;
export declare const Channel: $.java.nio.channels.ChannelConstructor;
export type Channels = $.java.nio.channels.Channels;
export declare const Channels: $.java.nio.channels.ChannelsConstructor;
export type ClosedByInterruptException = $.java.nio.channels.ClosedByInterruptException;
export declare const ClosedByInterruptException: $.java.nio.channels.ClosedByInterruptExceptionConstructor;
export type ClosedChannelException = $.java.nio.channels.ClosedChannelException;
export declare const ClosedChannelException: $.java.nio.channels.ClosedChannelExceptionConstructor;
export type ClosedSelectorException = $.java.nio.channels.ClosedSelectorException;
export declare const ClosedSelectorException: $.java.nio.channels.ClosedSelectorExceptionConstructor;
export type CompletionHandler = $.java.nio.channels.CompletionHandler;
export declare const CompletionHandler: $.java.nio.channels.CompletionHandlerConstructor;
export type ConnectionPendingException = $.java.nio.channels.ConnectionPendingException;
export declare const ConnectionPendingException: $.java.nio.channels.ConnectionPendingExceptionConstructor;
export type DatagramChannel = $.java.nio.channels.DatagramChannel;
export declare const DatagramChannel: $.java.nio.channels.DatagramChannelConstructor;
export type FileChannel = $.java.nio.channels.FileChannel;
export declare const FileChannel: $.java.nio.channels.FileChannelConstructor;
export type FileChannel$MapMode = $.java.nio.channels.FileChannel$MapMode;
export declare const FileChannel$MapMode: $.java.nio.channels.FileChannel$MapModeConstructor;
export type FileLock = $.java.nio.channels.FileLock;
export declare const FileLock: $.java.nio.channels.FileLockConstructor;
export type FileLockInterruptionException = $.java.nio.channels.FileLockInterruptionException;
export declare const FileLockInterruptionException: $.java.nio.channels.FileLockInterruptionExceptionConstructor;
export type GatheringByteChannel = $.java.nio.channels.GatheringByteChannel;
export declare const GatheringByteChannel: $.java.nio.channels.GatheringByteChannelConstructor;
export type IllegalBlockingModeException = $.java.nio.channels.IllegalBlockingModeException;
export declare const IllegalBlockingModeException: $.java.nio.channels.IllegalBlockingModeExceptionConstructor;
export type IllegalChannelGroupException = $.java.nio.channels.IllegalChannelGroupException;
export declare const IllegalChannelGroupException: $.java.nio.channels.IllegalChannelGroupExceptionConstructor;
export type IllegalSelectorException = $.java.nio.channels.IllegalSelectorException;
export declare const IllegalSelectorException: $.java.nio.channels.IllegalSelectorExceptionConstructor;
export type InterruptedByTimeoutException = $.java.nio.channels.InterruptedByTimeoutException;
export declare const InterruptedByTimeoutException: $.java.nio.channels.InterruptedByTimeoutExceptionConstructor;
export type InterruptibleChannel = $.java.nio.channels.InterruptibleChannel;
export declare const InterruptibleChannel: $.java.nio.channels.InterruptibleChannelConstructor;
export type MembershipKey = $.java.nio.channels.MembershipKey;
export declare const MembershipKey: $.java.nio.channels.MembershipKeyConstructor;
export type MulticastChannel = $.java.nio.channels.MulticastChannel;
export declare const MulticastChannel: $.java.nio.channels.MulticastChannelConstructor;
export type NetworkChannel = $.java.nio.channels.NetworkChannel;
export declare const NetworkChannel: $.java.nio.channels.NetworkChannelConstructor;
export type NoConnectionPendingException = $.java.nio.channels.NoConnectionPendingException;
export declare const NoConnectionPendingException: $.java.nio.channels.NoConnectionPendingExceptionConstructor;
export type NonReadableChannelException = $.java.nio.channels.NonReadableChannelException;
export declare const NonReadableChannelException: $.java.nio.channels.NonReadableChannelExceptionConstructor;
export type NonWritableChannelException = $.java.nio.channels.NonWritableChannelException;
export declare const NonWritableChannelException: $.java.nio.channels.NonWritableChannelExceptionConstructor;
export type NotYetBoundException = $.java.nio.channels.NotYetBoundException;
export declare const NotYetBoundException: $.java.nio.channels.NotYetBoundExceptionConstructor;
export type NotYetConnectedException = $.java.nio.channels.NotYetConnectedException;
export declare const NotYetConnectedException: $.java.nio.channels.NotYetConnectedExceptionConstructor;
export type OverlappingFileLockException = $.java.nio.channels.OverlappingFileLockException;
export declare const OverlappingFileLockException: $.java.nio.channels.OverlappingFileLockExceptionConstructor;
export type Pipe = $.java.nio.channels.Pipe;
export declare const Pipe: $.java.nio.channels.PipeConstructor;
export type Pipe$SinkChannel = $.java.nio.channels.Pipe$SinkChannel;
export declare const Pipe$SinkChannel: $.java.nio.channels.Pipe$SinkChannelConstructor;
export type Pipe$SourceChannel = $.java.nio.channels.Pipe$SourceChannel;
export declare const Pipe$SourceChannel: $.java.nio.channels.Pipe$SourceChannelConstructor;
export type ReadPendingException = $.java.nio.channels.ReadPendingException;
export declare const ReadPendingException: $.java.nio.channels.ReadPendingExceptionConstructor;
export type ReadableByteChannel = $.java.nio.channels.ReadableByteChannel;
export declare const ReadableByteChannel: $.java.nio.channels.ReadableByteChannelConstructor;
export type ScatteringByteChannel = $.java.nio.channels.ScatteringByteChannel;
export declare const ScatteringByteChannel: $.java.nio.channels.ScatteringByteChannelConstructor;
export type SeekableByteChannel = $.java.nio.channels.SeekableByteChannel;
export declare const SeekableByteChannel: $.java.nio.channels.SeekableByteChannelConstructor;
export type SelectableChannel = $.java.nio.channels.SelectableChannel;
export declare const SelectableChannel: $.java.nio.channels.SelectableChannelConstructor;
export type SelectionKey = $.java.nio.channels.SelectionKey;
export declare const SelectionKey: $.java.nio.channels.SelectionKeyConstructor;
export type Selector = $.java.nio.channels.Selector;
export declare const Selector: $.java.nio.channels.SelectorConstructor;
export type ServerSocketChannel = $.java.nio.channels.ServerSocketChannel;
export declare const ServerSocketChannel: $.java.nio.channels.ServerSocketChannelConstructor;
export type ShutdownChannelGroupException = $.java.nio.channels.ShutdownChannelGroupException;
export declare const ShutdownChannelGroupException: $.java.nio.channels.ShutdownChannelGroupExceptionConstructor;
export type SocketChannel = $.java.nio.channels.SocketChannel;
export declare const SocketChannel: $.java.nio.channels.SocketChannelConstructor;
export type UnresolvedAddressException = $.java.nio.channels.UnresolvedAddressException;
export declare const UnresolvedAddressException: $.java.nio.channels.UnresolvedAddressExceptionConstructor;
export type UnsupportedAddressTypeException = $.java.nio.channels.UnsupportedAddressTypeException;
export declare const UnsupportedAddressTypeException: $.java.nio.channels.UnsupportedAddressTypeExceptionConstructor;
export type WritableByteChannel = $.java.nio.channels.WritableByteChannel;
export declare const WritableByteChannel: $.java.nio.channels.WritableByteChannelConstructor;
export type WritePendingException = $.java.nio.channels.WritePendingException;
export declare const WritePendingException: $.java.nio.channels.WritePendingExceptionConstructor;
export type AbstractInterruptibleChannel = $.java.nio.channels.spi.AbstractInterruptibleChannel;
export declare const AbstractInterruptibleChannel: $.java.nio.channels.spi.AbstractInterruptibleChannelConstructor;
export type AbstractSelectableChannel = $.java.nio.channels.spi.AbstractSelectableChannel;
export declare const AbstractSelectableChannel: $.java.nio.channels.spi.AbstractSelectableChannelConstructor;
export type AbstractSelectionKey = $.java.nio.channels.spi.AbstractSelectionKey;
export declare const AbstractSelectionKey: $.java.nio.channels.spi.AbstractSelectionKeyConstructor;
export type AbstractSelector = $.java.nio.channels.spi.AbstractSelector;
export declare const AbstractSelector: $.java.nio.channels.spi.AbstractSelectorConstructor;
export type AsynchronousChannelProvider = $.java.nio.channels.spi.AsynchronousChannelProvider;
export declare const AsynchronousChannelProvider: $.java.nio.channels.spi.AsynchronousChannelProviderConstructor;
export type SelectorProvider = $.java.nio.channels.spi.SelectorProvider;
export declare const SelectorProvider: $.java.nio.channels.spi.SelectorProviderConstructor;