From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../Configuration.UnicodeInputStreamReader.html | 340 --------------------- 1 file changed, 340 deletions(-) delete mode 100644 javadoc/net/minecraftforge/common/config/Configuration.UnicodeInputStreamReader.html (limited to 'javadoc/net/minecraftforge/common/config/Configuration.UnicodeInputStreamReader.html') diff --git a/javadoc/net/minecraftforge/common/config/Configuration.UnicodeInputStreamReader.html b/javadoc/net/minecraftforge/common/config/Configuration.UnicodeInputStreamReader.html deleted file mode 100644 index d1e0522..0000000 --- a/javadoc/net/minecraftforge/common/config/Configuration.UnicodeInputStreamReader.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - -Configuration.UnicodeInputStreamReader (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraftforge.common.config
-

Class Configuration.UnicodeInputStreamReader

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable
    -
    -
    -
    Enclosing class:
    -
    Configuration
    -
    -
    -
    -
    public static class Configuration.UnicodeInputStreamReader
    -extends java.io.Reader
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class java.io.Reader

        -lock
      • -
      -
    • -
    - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidclose() 
      java.lang.StringgetEncoding() 
      intread(char[] cbuf, - int off, - int len) 
      -
        -
      • - - -

        Methods inherited from class java.io.Reader

        -mark, markSupported, read, read, read, ready, reset, skip
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Configuration.UnicodeInputStreamReader

        -
        public Configuration.UnicodeInputStreamReader(java.io.InputStream source,
        -                                      java.lang.String encoding)
        -                                       throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getEncoding

        -
        public java.lang.String getEncoding()
        -
      • -
      - - - -
        -
      • -

        read

        -
        public int read(char[] cbuf,
        -       int off,
        -       int len)
        -         throws java.io.IOException
        -
        -
        Specified by:
        -
        read in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.io.IOException
        -
        -
        Specified by:
        -
        close in interface java.io.Closeable
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Specified by:
        -
        close in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3