UnpackingSoSource$InputDsoIterator.smali 
.class public abstract Lcom/facebook/soloader/UnpackingSoSource$InputDsoIterator;
.super Ljava/lang/Object;
.source "UnpackingSoSource.java"
# interfaces
.implements Ljava/io/Closeable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
    value = Lcom/facebook/soloader/UnpackingSoSource;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
    accessFlags = 0x40c
    name = "InputDsoIterator"
.end annotation
# direct methods
.method protected constructor <init>()V
    .registers 1
    .line 149
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V
    return-void
.end method
# virtual methods
.method public close()V
    .registers 1
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation
    return-void
.end method
.method public abstract hasNext()Z
.end method
.method public abstract next()Lcom/facebook/soloader/UnpackingSoSource$InputDso;
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation
.end method