Files
kotlin-fork/jdk-annotations/java/nio/channels/annotations.xml
T
2013-02-07 17:20:57 +04:00

158 lines
9.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<item name="java.nio.channels.AsynchronousByteChannel java.util.concurrent.Future&lt;java.lang.Integer&gt; read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousByteChannel java.util.concurrent.Future&lt;java.lang.Integer&gt; write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel open(java.nio.file.Path, java.nio.file.OpenOption...) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel open(java.nio.file.Path, java.nio.file.OpenOption...) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousFileChannel java.nio.channels.AsynchronousFileChannel open(java.nio.file.Path, java.util.Set&lt;? extends java.nio.file.OpenOption&gt;, java.util.concurrent.ExecutorService, java.nio.file.attribute.FileAttribute&lt;?&gt;...) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousSocketChannel java.util.concurrent.Future&lt;java.lang.Integer&gt; read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.AsynchronousSocketChannel java.util.concurrent.Future&lt;java.lang.Integer&gt; write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.InputStream newInputStream(java.nio.channels.AsynchronousByteChannel)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.InputStream newInputStream(java.nio.channels.AsynchronousByteChannel) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.InputStream newInputStream(java.nio.channels.ReadableByteChannel)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.InputStream newInputStream(java.nio.channels.ReadableByteChannel) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.OutputStream newOutputStream(java.nio.channels.AsynchronousByteChannel)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.OutputStream newOutputStream(java.nio.channels.AsynchronousByteChannel) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.OutputStream newOutputStream(java.nio.channels.WritableByteChannel)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.OutputStream newOutputStream(java.nio.channels.WritableByteChannel) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Reader newReader(java.nio.channels.ReadableByteChannel, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Reader newReader(java.nio.channels.ReadableByteChannel, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Reader newReader(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Reader newReader(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Writer newWriter(java.nio.channels.WritableByteChannel, java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Writer newWriter(java.nio.channels.WritableByteChannel, java.lang.String) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Writer newWriter(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.io.Writer newWriter(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.nio.channels.ReadableByteChannel newChannel(java.io.InputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.nio.channels.WritableByteChannel newChannel(java.io.OutputStream)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.Channels java.nio.channels.WritableByteChannel newChannel(java.io.OutputStream) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.DatagramChannel int read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.DatagramChannel int write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.DatagramChannel long read(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.DatagramChannel long write(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel int read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel int write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel java.nio.channels.FileChannel open(java.nio.file.Path, java.nio.file.OpenOption...) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel java.nio.channels.FileChannel open(java.nio.file.Path, java.nio.file.OpenOption...) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel java.nio.channels.FileChannel open(java.nio.file.Path, java.util.Set&lt;? extends java.nio.file.OpenOption&gt;, java.nio.file.attribute.FileAttribute&lt;?&gt;...) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel long read(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileChannel long write(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.FileLock java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.GatheringByteChannel long write(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.ReadableByteChannel int read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.ScatteringByteChannel long read(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SeekableByteChannel int read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SeekableByteChannel int write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SelectableChannel java.lang.Object blockingLock()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SelectableChannel java.nio.channels.SelectableChannel configureBlocking(boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SocketChannel int read(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SocketChannel int write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SocketChannel java.nio.channels.SocketChannel open(java.net.SocketAddress)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SocketChannel long read(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.SocketChannel long write(java.nio.ByteBuffer[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.channels.WritableByteChannel int write(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
</root>