< prev index next >

src/java.base/share/classes/sun/net/smtp/SmtpClient.java

Print this page

        

*** 257,267 **** lastc = b; } catch (IOException e) { } } ! public void write(byte b[], int off, int len) { try { int lc = lastc; while (--len >= 0) { int c = b[off++]; --- 257,267 ---- lastc = b; } catch (IOException e) { } } ! public void write(byte[] b, int off, int len) { try { int lc = lastc; while (--len >= 0) { int c = b[off++];
< prev index next >