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

33 lines
596 B
Java

package W;
class WInterfaceAt {
private int b = Integer.MIN_VALUE;
private byte[] c = null;
public WInterfaceAt(as paramas, int paramInt) {
this.b = paramInt;
}
public WInterfaceAt(as paramas, byte[] paramArrayOfbyte) {
this.c = paramArrayOfbyte;
}
public int a() {
return this.b;
}
public byte[] b() {
return this.c;
}
public boolean c() {
return (this.c != null);
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/at.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/