Menu

#5 OutputStream needs to override flush.

open
nobody
None
5
2012-12-06
2009-11-19
Anonymous
No
    public void flush\(\) throws IOException \{
        flushBase64\(\);
        this.out.flush\(\);
        super.flush\(\);
    \}

Discussion


Log in to post a comment.