Tracking https://issues.apache.org/jira/browse/IO-608
Gary
On Fri, May 24, 2019 at 10:29 AM Gary Gregory
wrote:
> On Fri, May 24, 2019 at 9:38 AM Bruno P. Kinoshita
> wrote:
>
>> Is it equivalent to JDK 11 Writer#nullWriter?
>>
>>
>> https://docs.oracle.com/en/java/javase/11/docs/api/java.bas
On Fri, May 24, 2019 at 9:38 AM Bruno P. Kinoshita wrote:
> Is it equivalent to JDK 11 Writer#nullWriter?
>
>
> https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Writer.html#nullWriter()
>
> If so I'm -0, not a blocker, but I have on a Python project for about 1
> year, catchi
Is it equivalent to JDK 11 Writer#nullWriter?
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Writer.html#nullWriter()
If so I'm -0, not a blocker, but I have on a Python project for about 1 year,
catching up with the language and libraries, and lost track of JVM release
d
Hi All:
We have a handy NullOutputStream.
I'd like to add a convenience NullPrintStream, which would dead simple:
/**
* This PrintStream writes all data to the famous /dev/null.
*
* This print stream has no destination (file/socket etc.) and all bytes
written to it are ignored and lost.
*