mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-28 15:45:16 +00:00
stuff
This commit is contained in:
24
app/O/OInterfaceAlpha.java
Normal file
24
app/O/OInterfaceAlpha.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package O;
|
||||
|
||||
import G.AeInterfaceMikeTostring;
|
||||
import G.GInterfaceCx;
|
||||
|
||||
public class OInterfaceAlpha implements GInterfaceCx {
|
||||
public boolean a(AeInterfaceMikeTostring parambT) {
|
||||
return (parambT != null && parambT.b() != null && parambT.b().length() > 4 && !parambT.b().isEmpty() && !a(parambT.a()));
|
||||
}
|
||||
|
||||
private boolean a(byte[] paramArrayOfbyte) {
|
||||
for (byte b : paramArrayOfbyte) {
|
||||
if (b == -1)
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/O/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user