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

11 lines
296 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}