public abstract class org.apache.poi.POIReadOnlyDocument extends org.apache.poi.POIDocument
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.poi.POIReadOnlyDocument
  super_class: org.apache.poi.POIDocument
{
  protected void <init>(org.apache.poi.poifs.filesystem.DirectoryNode);
    descriptor: (Lorg/apache/poi/poifs/filesystem/DirectoryNode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.POIReadOnlyDocument this
        start local 1 // org.apache.poi.poifs.filesystem.DirectoryNode dir
         0: .line 34
            aload 0 /* this */
            aload 1 /* dir */
            invokespecial org.apache.poi.POIDocument.<init>:(Lorg/apache/poi/poifs/filesystem/DirectoryNode;)V
         1: .line 35
            return
        end local 1 // org.apache.poi.poifs.filesystem.DirectoryNode dir
        end local 0 // org.apache.poi.POIReadOnlyDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/POIReadOnlyDocument;
            0    2     1   dir  Lorg/apache/poi/poifs/filesystem/DirectoryNode;
    MethodParameters:
      Name  Flags
      dir   

  protected void <init>(org.apache.poi.poifs.filesystem.POIFSFileSystem);
    descriptor: (Lorg/apache/poi/poifs/filesystem/POIFSFileSystem;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.POIReadOnlyDocument this
        start local 1 // org.apache.poi.poifs.filesystem.POIFSFileSystem fs
         0: .line 37
            aload 0 /* this */
            aload 1 /* fs */
            invokespecial org.apache.poi.POIDocument.<init>:(Lorg/apache/poi/poifs/filesystem/POIFSFileSystem;)V
         1: .line 38
            return
        end local 1 // org.apache.poi.poifs.filesystem.POIFSFileSystem fs
        end local 0 // org.apache.poi.POIReadOnlyDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/poi/POIReadOnlyDocument;
            0    2     1    fs  Lorg/apache/poi/poifs/filesystem/POIFSFileSystem;
    MethodParameters:
      Name  Flags
      fs    

  public void write();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.poi.POIReadOnlyDocument this
         0: .line 47
            new java.lang.IllegalStateException
            dup
            ldc "Writing is not yet implemented for this Document Format"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.poi.POIReadOnlyDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/POIReadOnlyDocument;

  public void write(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.poi.POIReadOnlyDocument this
        start local 1 // java.io.File file
         0: .line 56
            new java.lang.IllegalStateException
            dup
            ldc "Writing is not yet implemented for this Document Format"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.File file
        end local 0 // org.apache.poi.POIReadOnlyDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/POIReadOnlyDocument;
            0    1     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  

  public void write(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.poi.POIReadOnlyDocument this
        start local 1 // java.io.OutputStream out
         0: .line 65
            new java.lang.IllegalStateException
            dup
            ldc "Writing is not yet implemented for this Document Format"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.OutputStream out
        end local 0 // org.apache.poi.POIReadOnlyDocument this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/POIReadOnlyDocument;
            0    1     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "POIReadOnlyDocument.java"