mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
Add TODO to remove ProxyOutputStream in 11.X
This commit is contained in:
parent
57e2f8391b
commit
edb405d79e
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ import java.io.OutputStream
|
|||
* target output stream is not yet known.
|
||||
*/
|
||||
@Deprecated("Marked for removal.")
|
||||
// TODO: Remove in 11.X
|
||||
class ProxyOutputStream : OutputStream() {
|
||||
private val buffer = ByteArrayOutputStream()
|
||||
private var swapped: OutputStream? = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue