tmap/smali_classes4/com/thoughtworks/xstream/io/HierarchicalStreamDriver.smali
2022-06-10 21:38:30 +09:00

24 lines
912 B
Smali

.class public interface abstract Lcom/thoughtworks/xstream/io/HierarchicalStreamDriver;
.super Ljava/lang/Object;
.source "HierarchicalStreamDriver.java"
# virtual methods
.method public abstract createReader(Ljava/io/File;)Lcom/thoughtworks/xstream/io/HierarchicalStreamReader;
.end method
.method public abstract createReader(Ljava/io/InputStream;)Lcom/thoughtworks/xstream/io/HierarchicalStreamReader;
.end method
.method public abstract createReader(Ljava/io/Reader;)Lcom/thoughtworks/xstream/io/HierarchicalStreamReader;
.end method
.method public abstract createReader(Ljava/net/URL;)Lcom/thoughtworks/xstream/io/HierarchicalStreamReader;
.end method
.method public abstract createWriter(Ljava/io/OutputStream;)Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;
.end method
.method public abstract createWriter(Ljava/io/Writer;)Lcom/thoughtworks/xstream/io/HierarchicalStreamWriter;
.end method