Klasse ByteArrayOutputStreamWithCallback

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
com.github.hypfvieh.java.rtcompiler.util.ByteArrayOutputStreamWithCallback
Alle implementierten Schnittstellen:
Closeable, Flushable, AutoCloseable

public class ByteArrayOutputStreamWithCallback extends ByteArrayOutputStream
Specialized version of a ByteArrayOutputStream which will provide the created byte array to a callback when stream is closed.
Seit:
1.0.0 - 2024-01-26
Autor:
hypfvieh