Class BinaryMappingsWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public abstract class BinaryMappingsWriter
    extends MappingsWriter
    An implementation of MappingsWriter designed to aid with the implementation of binary de-obfuscation mapping formats.
    Since:
    0.4.0
    • Field Detail

      • stream

        protected final java.io.DataOutputStream stream
    • Constructor Detail

      • BinaryMappingsWriter

        protected BinaryMappingsWriter​(java.io.OutputStream stream)
        Creates a new mappings writer, from the given OutputStream.
        Parameters:
        stream - The output stream, to write to
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException