Files
kotlin-fork/jdk-annotations/java/nio/charset/annotations.xml
T
2014-02-17 10:45:48 +04:00

149 lines
8.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<root>
<item name="java.nio.charset.Charset Charset(java.lang.String, java.lang.String[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset Charset(java.lang.String, java.lang.String[]) 1">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset boolean isSupported(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset int compareTo(java.lang.Object) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset int compareTo(java.nio.charset.Charset) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.lang.String displayName()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.lang.String displayName(java.util.Locale)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.lang.String name()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.lang.String toString()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.ByteBuffer encode(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.ByteBuffer encode(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.ByteBuffer encode(java.nio.CharBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.ByteBuffer encode(java.nio.CharBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.CharBuffer decode(java.nio.ByteBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.CharBuffer decode(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.charset.Charset forName(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.charset.Charset forName(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.CharBuffer decode(java.nio.ByteBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.CharBuffer decode(java.nio.ByteBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder onMalformedInput(java.nio.charset.CodingErrorAction)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder onMalformedInput(java.nio.charset.CodingErrorAction) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder onUnmappableCharacter(java.nio.charset.CodingErrorAction)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder onUnmappableCharacter(java.nio.charset.CodingErrorAction) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder replaceWith(java.lang.String)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder replaceWith(java.lang.String) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CharsetDecoder reset()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CoderResult decode(java.nio.ByteBuffer, java.nio.CharBuffer, boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CoderResult flush(java.nio.CharBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetDecoder java.nio.charset.CoderResult implFlush(java.nio.CharBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder CharsetEncoder(java.nio.charset.Charset, float, float, byte[]) 3">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder boolean canEncode(java.lang.CharSequence) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder boolean isLegalReplacement(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.ByteBuffer encode(java.nio.CharBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.ByteBuffer encode(java.nio.CharBuffer) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder onMalformedInput(java.nio.charset.CodingErrorAction)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder onMalformedInput(java.nio.charset.CodingErrorAction) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder onUnmappableCharacter(java.nio.charset.CodingErrorAction)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder onUnmappableCharacter(java.nio.charset.CodingErrorAction) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder replaceWith(byte[])">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder replaceWith(byte[]) 0">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CharsetEncoder reset()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CoderResult encode(java.nio.CharBuffer, java.nio.ByteBuffer, boolean)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CoderResult flush(java.nio.ByteBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.CharsetEncoder java.nio.charset.CoderResult implFlush(java.nio.ByteBuffer)">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.MalformedInputException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.UnmappableCharacterException java.lang.String getMessage()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name="java.nio.charset.Charset java.nio.charset.Charset defaultCharset()">
<annotation name="org.jetbrains.annotations.NotNull"/>
</item>
<item name='java.nio.charset.Charset java.util.SortedMap&lt;java.lang.String,java.nio.charset.Charset&gt; availableCharsets()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>