From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../net/minecraft/nbt/CompressedStreamTools.html | 431 +++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 javadoc/net/minecraft/nbt/CompressedStreamTools.html (limited to 'javadoc/net/minecraft/nbt/CompressedStreamTools.html') diff --git a/javadoc/net/minecraft/nbt/CompressedStreamTools.html b/javadoc/net/minecraft/nbt/CompressedStreamTools.html new file mode 100644 index 0000000..f77a9c0 --- /dev/null +++ b/javadoc/net/minecraft/nbt/CompressedStreamTools.html @@ -0,0 +1,431 @@ + + + + + +CompressedStreamTools (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class CompressedStreamTools

+
+
+ +
+
    +
  • +
    +
    +
    public class CompressedStreamTools
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CompressedStreamTools

        +
        public CompressedStreamTools()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readCompressed

        +
        public static NBTTagCompound readCompressed(java.io.InputStream p_74796_0_)
        +                                     throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        writeCompressed

        +
        public static void writeCompressed(NBTTagCompound p_74799_0_,
        +                   java.io.OutputStream p_74799_1_)
        +                            throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152457_a

        +
        public static NBTTagCompound func_152457_a(byte[] p_152457_0_,
        +                           NBTSizeTracker p_152457_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        compress

        +
        public static byte[] compress(NBTTagCompound p_74798_0_)
        +                       throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        safeWrite

        +
        public static void safeWrite(NBTTagCompound p_74793_0_,
        +             java.io.File p_74793_1_)
        +                      throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        read

        +
        public static NBTTagCompound read(java.io.DataInputStream p_74794_0_)
        +                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152456_a

        +
        public static NBTTagCompound func_152456_a(java.io.DataInput p_152456_0_,
        +                           NBTSizeTracker p_152456_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        write

        +
        public static void write(NBTTagCompound p_74800_0_,
        +         java.io.DataOutput p_74800_1_)
        +                  throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        write

        +
        public static void write(NBTTagCompound p_74795_0_,
        +         java.io.File p_74795_1_)
        +                  throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        read

        +
        public static NBTTagCompound read(java.io.File p_74797_0_)
        +                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152458_a

        +
        public static NBTTagCompound func_152458_a(java.io.File p_152458_0_,
        +                           NBTSizeTracker p_152458_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3