class sun.net.smtp.SmtpPrintStream extends java.io.PrintStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.smtp.SmtpPrintStream
  super_class: java.io.PrintStream
{
  private sun.net.smtp.SmtpClient target;
    descriptor: Lsun/net/smtp/SmtpClient;
    flags: (0x0002) ACC_PRIVATE

  private int lastc;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.io.OutputStream, sun.net.smtp.SmtpClient);
    descriptor: (Ljava/io/OutputStream;Lsun/net/smtp/SmtpClient;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.net.smtp.SmtpPrintStream this
        start local 1 // java.io.OutputStream fos
        start local 2 // sun.net.smtp.SmtpClient cl
         0: .line 228
            aload 0 /* this */
            aload 1 /* fos */
            iconst_0
            aload 2 /* cl */
            invokevirtual sun.net.smtp.SmtpClient.getEncoding:()Ljava/lang/String;
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;ZLjava/lang/String;)V
         1: .line 225
            aload 0 /* this */
            bipush 10
            putfield sun.net.smtp.SmtpPrintStream.lastc:I
         2: .line 229
            aload 0 /* this */
            aload 2 /* cl */
            putfield sun.net.smtp.SmtpPrintStream.target:Lsun/net/smtp/SmtpClient;
         3: .line 230
            return
        end local 2 // sun.net.smtp.SmtpClient cl
        end local 1 // java.io.OutputStream fos
        end local 0 // sun.net.smtp.SmtpPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/smtp/SmtpPrintStream;
            0    4     1   fos  Ljava/io/OutputStream;
            0    4     2    cl  Lsun/net/smtp/SmtpClient;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
      Name  Flags
      fos   
      cl    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.smtp.SmtpPrintStream this
         0: .line 233
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.target:Lsun/net/smtp/SmtpClient;
            ifnonnull 2
         1: .line 234
            return
         2: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.lastc:I
            bipush 10
            if_icmpeq 4
         3: .line 236
            aload 0 /* this */
            bipush 10
            invokevirtual sun.net.smtp.SmtpPrintStream.write:(I)V
         4: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.target:Lsun/net/smtp/SmtpClient;
            ldc ".\r\n"
            sipush 250
            invokevirtual sun.net.smtp.SmtpClient.issueCommand:(Ljava/lang/String;I)V
         5: .line 240
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.target:Lsun/net/smtp/SmtpClient;
            aconst_null
            putfield sun.net.smtp.SmtpClient.message:Lsun/net/smtp/SmtpPrintStream;
         6: .line 241
            aload 0 /* this */
            aconst_null
            putfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
         7: .line 242
            aload 0 /* this */
            aconst_null
            putfield sun.net.smtp.SmtpPrintStream.target:Lsun/net/smtp/SmtpClient;
         8: .line 243
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         9: pop
        10: .line 245
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.smtp.SmtpPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/net/smtp/SmtpPrintStream;
      Exception table:
        from    to  target  type
           4     8       9  Class java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.smtp.SmtpPrintStream this
        start local 1 // int b
         0: .line 250
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.lastc:I
            bipush 10
            if_icmpne 2
            iload 1 /* b */
            bipush 46
            if_icmpne 2
         1: .line 251
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            bipush 46
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 255
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 10
            if_icmpne 4
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.lastc:I
            bipush 13
            if_icmpeq 4
         3: .line 256
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         4: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            iload 1 /* b */
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 259
            aload 0 /* this */
            iload 1 /* b */
            putfield sun.net.smtp.SmtpPrintStream.lastc:I
         6: .line 260
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         7: pop
         8: .line 262
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int b
        end local 0 // sun.net.smtp.SmtpPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/net/smtp/SmtpPrintStream;
            0    9     1     b  I
      Exception table:
        from    to  target  type
           0     6       7  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // sun.net.smtp.SmtpPrintStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 266
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.lastc:I
            istore 4 /* lc */
        start local 4 // int lc
         1: .line 267
            goto 9
         2: .line 268
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            istore 5 /* c */
        start local 5 // int c
         3: .line 271
            iload 4 /* lc */
            bipush 10
            if_icmpne 5
            iload 5 /* c */
            bipush 46
            if_icmpne 5
         4: .line 272
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            bipush 46
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 275
      StackMap locals: int
      StackMap stack:
            iload 5 /* c */
            bipush 10
            if_icmpne 7
            iload 4 /* lc */
            bipush 13
            if_icmpeq 7
         6: .line 276
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         7: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.smtp.SmtpPrintStream.out:Ljava/io/OutputStream;
            iload 5 /* c */
            invokevirtual java.io.OutputStream.write:(I)V
         8: .line 279
            iload 5 /* c */
            istore 4 /* lc */
        end local 5 // int c
         9: .line 267
      StackMap locals:
      StackMap stack:
            iinc 3 /* len */ -1
            iload 3 /* len */
            ifge 2
        10: .line 281
            aload 0 /* this */
            iload 4 /* lc */
            putfield sun.net.smtp.SmtpPrintStream.lastc:I
        end local 4 // int lc
        11: .line 282
            goto 13
      StackMap locals: sun.net.smtp.SmtpPrintStream byte[] int int
      StackMap stack: java.io.IOException
        12: pop
        13: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // sun.net.smtp.SmtpPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/net/smtp/SmtpPrintStream;
            0   14     1     b  [B
            0   14     2   off  I
            0   14     3   len  I
            1   11     4    lc  I
            3    9     5     c  I
      Exception table:
        from    to  target  type
           0    11      12  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void print(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.net.smtp.SmtpPrintStream this
        start local 1 // java.lang.String s
         0: .line 286
            aload 1 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 287
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 288
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            iload 3 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual sun.net.smtp.SmtpPrintStream.write:(I)V
         4: .line 287
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 3
        end local 3 // int i
         6: .line 290
            return
        end local 2 // int len
        end local 1 // java.lang.String s
        end local 0 // sun.net.smtp.SmtpPrintStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/net/smtp/SmtpPrintStream;
            0    7     1     s  Ljava/lang/String;
            1    7     2   len  I
            2    6     3     i  I
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "SmtpClient.java"