public final class com.google.crypto.tink.BinaryKeysetWriter implements com.google.crypto.tink.KeysetWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.crypto.tink.BinaryKeysetWriter
  super_class: java.lang.Object
{
  private final java.io.OutputStream outputStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean closeStreamAfterReading;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.io.OutputStream, boolean);
    descriptor: (Ljava/io/OutputStream;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.crypto.tink.BinaryKeysetWriter this
        start local 1 // java.io.OutputStream stream
        start local 2 // boolean closeStreamAfterReading
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* stream */
            putfield com.google.crypto.tink.BinaryKeysetWriter.outputStream:Ljava/io/OutputStream;
         2: .line 38
            aload 0 /* this */
            iload 2 /* closeStreamAfterReading */
            putfield com.google.crypto.tink.BinaryKeysetWriter.closeStreamAfterReading:Z
         3: .line 39
            return
        end local 2 // boolean closeStreamAfterReading
        end local 1 // java.io.OutputStream stream
        end local 0 // com.google.crypto.tink.BinaryKeysetWriter this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    4     0                     this  Lcom/google/crypto/tink/BinaryKeysetWriter;
            0    4     1                   stream  Ljava/io/OutputStream;
            0    4     2  closeStreamAfterReading  Z
    MethodParameters:
                         Name  Flags
      stream                   
      closeStreamAfterReading  

  public static com.google.crypto.tink.KeysetWriter withOutputStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)Lcom/google/crypto/tink/KeysetWriter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.io.OutputStream stream
         0: .line 43
            new com.google.crypto.tink.BinaryKeysetWriter
            dup
            aload 0 /* stream */
            iconst_0
            invokespecial com.google.crypto.tink.BinaryKeysetWriter.<init>:(Ljava/io/OutputStream;Z)V
            areturn
        end local 0 // java.io.OutputStream stream
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  stream  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      stream  

  public static com.google.crypto.tink.KeysetWriter withFile(java.io.File);
    descriptor: (Ljava/io/File;)Lcom/google/crypto/tink/KeysetWriter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // java.io.File file
         0: .line 48
            new com.google.crypto.tink.BinaryKeysetWriter
            dup
            new java.io.FileOutputStream
            dup
            aload 0 /* file */
            invokespecial java.io.FileOutputStream.<init>:(Ljava/io/File;)V
            iconst_1
            invokespecial com.google.crypto.tink.BinaryKeysetWriter.<init>:(Ljava/io/OutputStream;Z)V
            areturn
        end local 0 // java.io.File file
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  file  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public void write(Keyset);
    descriptor: (LKeyset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.BinaryKeysetWriter this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tKeyset cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.BinaryKeysetWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/BinaryKeysetWriter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      keyset  

  public void write(EncryptedKeyset);
    descriptor: (LEncryptedKeyset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.crypto.tink.BinaryKeysetWriter this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEncryptedKeyset cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.crypto.tink.BinaryKeysetWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/crypto/tink/BinaryKeysetWriter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      keyset  

  public void write(Keyset);
    descriptor: (LKeyset;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type BinaryKeysetWriter must implement the inherited abstract method KeysetWriter.write(Keyset)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
            

  public void write(EncryptedKeyset);
    descriptor: (LEncryptedKeyset;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type BinaryKeysetWriter must implement the inherited abstract method KeysetWriter.write(EncryptedKeyset)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
            
}
SourceFile: "BinaryKeysetWriter.java"