Package ghidra.app.util.bin
Class ObfuscatedOutputStream
java.lang.Object
java.io.OutputStream
ghidra.app.util.bin.ObfuscatedOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
An
OutputStream
wrapper that obfuscates the bytes being written to the underlying
stream.-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
ObfuscatedOutputStream
Creates instance.- Parameters:
delegate
-OutputStream
to wrap
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-