Class ObfuscatedOutputStream

java.lang.Object
java.io.OutputStream
ghidra.app.util.bin.ObfuscatedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ObfuscatedOutputStream extends OutputStream
An OutputStream wrapper that obfuscates the bytes being written to the underlying stream.