public abstract class BinaryMappingsReader extends MappingsReader
MappingsReader designed to aid
with the implementation of binary de-obfuscation mapping
formats.| Modifier and Type | Field and Description |
|---|---|
protected DataInputStream |
stream |
| Modifier | Constructor and Description |
|---|---|
protected |
BinaryMappingsReader(InputStream stream)
Creates a new mappings reader, for the given
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
read, readprotected final DataInputStream stream
protected BinaryMappingsReader(InputStream stream)
InputStream.stream - The input streampublic void close()
throws IOException
IOException