mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
33 lines
596 B
Java
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
|
|
*/ |