mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
43
app/W/WInterfaceAz.java
Normal file
43
app/W/WInterfaceAz.java
Normal file
@@ -0,0 +1,43 @@
|
||||
package W;
|
||||
|
||||
public class WInterfaceAz {
|
||||
static byte a = 64;
|
||||
|
||||
static byte b = 2;
|
||||
|
||||
public static byte[] a(byte[] paramArrayOfbyte) {
|
||||
for (byte b = 0; b < paramArrayOfbyte.length; b++) {
|
||||
if ((paramArrayOfbyte[b] & a) == a) {
|
||||
paramArrayOfbyte[b] = (byte)(paramArrayOfbyte[b] - a);
|
||||
} else {
|
||||
paramArrayOfbyte[b] = (byte)(paramArrayOfbyte[b] + a);
|
||||
}
|
||||
if ((paramArrayOfbyte[b] & b) == b) {
|
||||
paramArrayOfbyte[b] = (byte)(paramArrayOfbyte[b] - b);
|
||||
} else {
|
||||
paramArrayOfbyte[b] = (byte)(paramArrayOfbyte[b] + b);
|
||||
}
|
||||
}
|
||||
return paramArrayOfbyte;
|
||||
}
|
||||
|
||||
public static int a(int paramInt) {
|
||||
if ((paramInt & a) == a) {
|
||||
paramInt -= a;
|
||||
} else {
|
||||
paramInt += a;
|
||||
}
|
||||
if ((paramInt & b) == b) {
|
||||
paramInt = (byte)(paramInt - b);
|
||||
} else {
|
||||
paramInt = (byte)(paramInt + b);
|
||||
}
|
||||
return paramInt;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/az.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user