what-the-bank/sources/net/sf/scuba/smartcards/FileSystemStructured.java

11 lines
296 B
Java

package net.sf.scuba.smartcards;
/* loaded from: classes6.dex */
public interface FileSystemStructured {
FileInfo[] getSelectedPath() throws CardServiceException;
byte[] readBinary(int i, int i2) throws CardServiceException;
void selectFile(short s) throws CardServiceException;
}