public abstract class BinaryMappingsWriter extends MappingsWriter
MappingsWriter designed to aid
with the implementation of binary de-obfuscation mapping
formats.| Modifier and Type | Field and Description |
|---|---|
protected DataOutputStream |
stream |
ALPHABETISE_FIELDS, ALPHABETISE_MAPPINGS, ALPHABETISE_METHODS| Modifier | Constructor and Description |
|---|---|
protected |
BinaryMappingsWriter(OutputStream stream)
Creates a new mappings writer, from the given
OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
writeprotected final DataOutputStream stream
protected BinaryMappingsWriter(OutputStream stream)
OutputStream.stream - The output stream, to write topublic void close()
throws IOException
IOException