Package org.cadixdev.lorenz.io
The abstract IO classes that can be extended to implement mapping formats
in Lorenz.
-
Interface Summary Interface Description MappingFormat A representation of a de-obfuscation mapping format.TextMappingFormat A representation of a de-obfuscation mapping format serialised as text. -
Class Summary Class Description BinaryMappingsReader An implementation ofMappingsReaderdesigned to aid with the implementation of binary de-obfuscation mapping formats.BinaryMappingsWriter An implementation ofMappingsWriterdesigned to aid with the implementation of binary de-obfuscation mapping formats.MappingFormats A psuedo-enum of the mapping formats implemented within Lorenz.MappingsReader Represents a reader that reads de-obfuscation mappings.MappingsWriter Represents a writer, that is capable of writing de-obfuscation mappings.MappingsWriterConfig Represents the configuration options for amappings writer, allowing consumers to fine-tune the output without regard to format.MappingsWriterConfig.Builder Builder for fluently constructing a writer configuration.MappingsWriterConfig.Utils Utility functions for assisting in the creation of a mappings writer configuration.TextMappingsReader An implementation ofMappingsReaderdesigned to aid with the implementation of mapping readers for text-based mapping formats.TextMappingsReader.Processor A parser for a given mappings format.TextMappingsWriter An implementation ofMappingsWriterdesigned to aid with the implementation of mapping writers for text-based mapping formats.