public abstract class org.eclipse.jgit.lib.ObjectStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.ObjectStream
  super_class: java.io.InputStream
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectStream this
         0: .line 19
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
            return
        end local 0 // org.eclipse.jgit.lib.ObjectStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectStream;

  public abstract int getType();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long getSize();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ObjectStream.java"
NestMembers:
  org.eclipse.jgit.lib.ObjectStream$Filter  org.eclipse.jgit.lib.ObjectStream$SmallStream
InnerClasses:
  public Filter = org.eclipse.jgit.lib.ObjectStream$Filter of org.eclipse.jgit.lib.ObjectStream
  public SmallStream = org.eclipse.jgit.lib.ObjectStream$SmallStream of org.eclipse.jgit.lib.ObjectStream