Files
tustu/app/ak/AkInterfaceOscar.java
2026-01-11 20:30:56 +00:00

49 lines
1.2 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package ak;
import W.X;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
public class AkInterfaceOscar extends g {
public AkInterfaceOscar() {
super(",", false);
}
public String i() {
return X.y;
}
protected int b(String paramString) {
byte b = 0;
BufferedReader bufferedReader = null;
try {
this.h = new File(paramString);
FileInputStream fileInputStream = new FileInputStream(this.h);
bufferedReader = new BufferedReader(new InputStreamReader(fileInputStream));
String str = bufferedReader.readLine();
if (str == null)
return b - 1;
while (b < 'Ϩ' && !str.startsWith("[Channel Information]")) {
b++;
str = bufferedReader.readLine();
}
return b + 2;
} catch (Exception exception) {
return 0;
} finally {
try {
bufferedReader.close();
} catch (Exception exception) {
exception.printStackTrace();
}
}
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ak/O.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/