jdk/src/share/classes/sun/net/www/http/PosterOutputStream.java
changeset 21278 ef8a3a2a72f2
parent 18541 a974731db859
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    79     }
    79     }
    80 
    80 
    81     /**
    81     /**
    82      * Resets the <code>count</code> field of this output
    82      * Resets the <code>count</code> field of this output
    83      * stream to zero, so that all currently accumulated output in the
    83      * stream to zero, so that all currently accumulated output in the
    84      * ouput stream is discarded. The output stream can be used again,
    84      * output stream is discarded. The output stream can be used again,
    85      * reusing the already allocated buffer space. If the output stream
    85      * reusing the already allocated buffer space. If the output stream
    86      * has been closed, then this method has no effect.
    86      * has been closed, then this method has no effect.
    87      *
    87      *
    88      * @see     java.io.ByteArrayInputStream#count
    88      * @see     java.io.ByteArrayInputStream#count
    89      */
    89      */