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 */