public class org.bouncycastle.cms.CMSProcessableFile implements org.bouncycastle.cms.CMSTypedData, org.bouncycastle.cms.CMSReadable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cms.CMSProcessableFile
  super_class: java.lang.Object
{
  private static final int DEFAULT_BUF_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32768

  private final org.bouncycastle.asn1.ASN1ObjectIdentifier type;
    descriptor: Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] buf;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
        start local 1 // java.io.File file
         0: .line 28
            aload 0 /* this */
            aload 1 /* file */
            ldc 32768
            invokespecial org.bouncycastle.cms.CMSProcessableFile.<init>:(Ljava/io/File;I)V
         1: .line 29
            return
        end local 1 // java.io.File file
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/cms/CMSProcessableFile;
            0    2     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  

  public void <init>(java.io.File, int);
    descriptor: (Ljava/io/File;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
        start local 1 // java.io.File file
        start local 2 // int bufSize
         0: .line 35
            aload 0 /* this */
            getstatic org.bouncycastle.asn1.cms.CMSObjectIdentifiers.data:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            aload 1 /* file */
            iload 2 /* bufSize */
            invokespecial org.bouncycastle.cms.CMSProcessableFile.<init>:(Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Ljava/io/File;I)V
         1: .line 36
            return
        end local 2 // int bufSize
        end local 1 // java.io.File file
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/bouncycastle/cms/CMSProcessableFile;
            0    2     1     file  Ljava/io/File;
            0    2     2  bufSize  I
    MethodParameters:
         Name  Flags
      file     
      bufSize  

  public void <init>(org.bouncycastle.asn1.ASN1ObjectIdentifier, java.io.File, int);
    descriptor: (Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;Ljava/io/File;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
        start local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier type
        start local 2 // java.io.File file
        start local 3 // int bufSize
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            aload 1 /* type */
            putfield org.bouncycastle.cms.CMSProcessableFile.type:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
         2: .line 44
            aload 0 /* this */
            aload 2 /* file */
            putfield org.bouncycastle.cms.CMSProcessableFile.file:Ljava/io/File;
         3: .line 45
            aload 0 /* this */
            iload 3 /* bufSize */
            newarray 8
            putfield org.bouncycastle.cms.CMSProcessableFile.buf:[B
         4: .line 46
            return
        end local 3 // int bufSize
        end local 2 // java.io.File file
        end local 1 // org.bouncycastle.asn1.ASN1ObjectIdentifier type
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/bouncycastle/cms/CMSProcessableFile;
            0    5     1     type  Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            0    5     2     file  Ljava/io/File;
            0    5     3  bufSize  I
    MethodParameters:
         Name  Flags
      type     
      file     
      bufSize  

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
         0: .line 51
            new java.io.BufferedInputStream
            dup
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            ldc 32768
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;I)V
            areturn
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/CMSProcessableFile;
    Exceptions:
      throws java.io.IOException, org.bouncycastle.cms.CMSException

  public void write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
        start local 1 // java.io.OutputStream zOut
         0: .line 57
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 2 /* fIn */
        start local 2 // java.io.FileInputStream fIn
         1: .line 60
            goto 3
        start local 3 // int len
         2: .line 62
      StackMap locals: java.io.FileInputStream int
      StackMap stack:
            aload 1 /* zOut */
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.buf:[B
            iconst_0
            iload 3 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 3 // int len
         3: .line 60
      StackMap locals:
      StackMap stack:
            aload 2 /* fIn */
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.buf:[B
            iconst_0
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.buf:[B
            arraylength
            invokevirtual java.io.FileInputStream.read:([BII)I
            dup
            istore 3 /* len */
        start local 3 // int len
         4: ifgt 2
         5: .line 65
            aload 2 /* fIn */
            invokevirtual java.io.FileInputStream.close:()V
         6: .line 66
            return
        end local 3 // int len
        end local 2 // java.io.FileInputStream fIn
        end local 1 // java.io.OutputStream zOut
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/bouncycastle/cms/CMSProcessableFile;
            0    7     1  zOut  Ljava/io/OutputStream;
            1    7     2   fIn  Ljava/io/FileInputStream;
            2    3     3   len  I
            4    7     3   len  I
    Exceptions:
      throws java.io.IOException, org.bouncycastle.cms.CMSException
    MethodParameters:
      Name  Flags
      zOut  

  public java.lang.Object getContent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
         0: .line 73
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.file:Ljava/io/File;
            areturn
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/CMSProcessableFile;

  public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType();
    descriptor: ()Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cms.CMSProcessableFile this
         0: .line 78
            aload 0 /* this */
            getfield org.bouncycastle.cms.CMSProcessableFile.type:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
            areturn
        end local 0 // org.bouncycastle.cms.CMSProcessableFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cms/CMSProcessableFile;
}
SourceFile: "CMSProcessableFile.java"