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
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
ObfuscatedOutputStream
Creates instance.- Parameters:
delegate-OutputStreamto wrap
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-