public class android.util.jar.StrictJarFile$FDStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.util.jar.StrictJarFile$FDStream
  super_class: java.io.InputStream
{
  private final java.io.FileDescriptor fd;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long endOffset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long offset;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.FileDescriptor, long, long);
    descriptor: (Ljava/io/FileDescriptor;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // android.util.jar.StrictJarFile$FDStream this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import android.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoBridge cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tThe method getInt$() is undefined for the type FileDescriptor\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tIoUtils cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tThe method getDataOffset() is undefined for the type ZipEntry\n\tStreams cannot be resolved\n\tStreams cannot be resolved\n\tCannot make a static reference to the non-static field closed\n\tStreams cannot be resolved\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoBridge cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$FDStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$FDStream;
    MethodParameters:
               Name  Flags
      fd             
      initialOffset  
      endOffset      

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$FDStream this
         0: .line 450
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$FDStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$FDStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.util.jar.StrictJarFile$FDStream this
         0: .line 455
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tStreams cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$FDStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$FDStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.util.jar.StrictJarFile$FDStream this
         0: .line 465
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tErrnoException cannot be resolved to a type\n\tIoBridge cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$FDStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$FDStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      buffer      
      byteOffset  
      byteCount   

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.util.jar.StrictJarFile$FDStream this
         0: .line 479
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.util.jar.StrictJarFile$FDStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/jar/StrictJarFile$FDStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      byteCount  
}
SourceFile: "StrictJarFile.java"
NestHost: android.util.jar.StrictJarFile
InnerClasses:
  public FDStream = android.util.jar.StrictJarFile$FDStream of android.util.jar.StrictJarFile