30 lines
489 B
Java
30 lines
489 B
Java
|
package com.kofax.mobile.sdk._internal.camera;
|
||
|
|
||
|
import java.io.File;
|
||
|
import java.io.FileDescriptor;
|
||
|
import java.io.InputStream;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public interface h {
|
||
|
public static final String tp = "_asset_";
|
||
|
public static final String tq = "_file_";
|
||
|
|
||
|
File bn();
|
||
|
|
||
|
FileDescriptor bo();
|
||
|
|
||
|
long bp();
|
||
|
|
||
|
void close();
|
||
|
|
||
|
boolean exists();
|
||
|
|
||
|
long getLength();
|
||
|
|
||
|
String getPath();
|
||
|
|
||
|
InputStream open(String str);
|
||
|
|
||
|
void setPath(String str);
|
||
|
}
|