Why are some of the write methods in NullOutputStream synchronized?

Example:

    public synchronized void write(byte[] b, int off, int len) {
        //to /dev/null
    }



Cheers,
--binkley

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to