Package VASSAL.tools.io
Class DeobfuscatingInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
VASSAL.tools.io.DeobfuscatingInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
A
FilterInputStream
which converts a file created with
ObfuscatingOutputStream
back into plain text.
Additionally, plain text will be passed through unchanged.- Since:
- 3.2.0
- Author:
- Joel Uckelman
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
DeobfuscatingInputStream
- Parameters:
in
- the stream to wrap- Throws:
IOException
-
-
Method Details
-
main
- Throws:
IOException
-