Package org.cadixdev.lorenz.io
Class BinaryMappingsWriter
- java.lang.Object
-
- org.cadixdev.lorenz.io.MappingsWriter
-
- org.cadixdev.lorenz.io.BinaryMappingsWriter
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
public abstract class BinaryMappingsWriter extends MappingsWriter
An implementation ofMappingsWriterdesigned to aid with the implementation of binary de-obfuscation mapping formats.- Since:
- 0.4.0
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.DataOutputStreamstream-
Fields inherited from class org.cadixdev.lorenz.io.MappingsWriter
ALPHABETISE_FIELDS, ALPHABETISE_MAPPINGS, ALPHABETISE_METHODS, config
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBinaryMappingsWriter(java.io.OutputStream stream)Creates a new mappings writer, from the givenOutputStream.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.cadixdev.lorenz.io.MappingsWriter
getConfig, setConfig, write
-
-