mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
114 lines
1.7 KiB
Java
114 lines
1.7 KiB
Java
package W;
|
|
|
|
import bH.c;
|
|
|
|
public class OutputChannelImpl implements OutputChannelDefinition {
|
|
private String a = "";
|
|
|
|
private String b = "";
|
|
|
|
private int c = 0;
|
|
|
|
private int d = 0;
|
|
|
|
private int e = 0;
|
|
|
|
private float f = 0.0F;
|
|
|
|
private float g = 1.0F;
|
|
|
|
private int h = 0;
|
|
|
|
private String i = null;
|
|
|
|
private int j = 50;
|
|
|
|
private int k = -1;
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.a = paramString;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public void b(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
|
|
public void c(int paramInt) {
|
|
this.e = paramInt;
|
|
}
|
|
|
|
public float c() {
|
|
return this.f;
|
|
}
|
|
|
|
public void a(double paramDouble) {
|
|
this.f = (float)paramDouble;
|
|
}
|
|
|
|
public float d() {
|
|
return this.g;
|
|
}
|
|
|
|
public void b(double paramDouble) {
|
|
this.g = (float)paramDouble;
|
|
}
|
|
|
|
public int e() {
|
|
return this.k;
|
|
}
|
|
|
|
public void d(int paramInt) {
|
|
this.k = paramInt;
|
|
}
|
|
|
|
public float a(byte[] paramArrayOfbyte) {
|
|
int i = c.a(paramArrayOfbyte, this.d, this.e, (this.c == 0), false);
|
|
return i * this.g + this.f;
|
|
}
|
|
|
|
public int f() {
|
|
return this.h;
|
|
}
|
|
|
|
public void e(int paramInt) {
|
|
this.h = paramInt;
|
|
}
|
|
|
|
public k g() {
|
|
return null;
|
|
}
|
|
|
|
public float h() {
|
|
return Float.NaN;
|
|
}
|
|
|
|
public float i() {
|
|
return Float.NaN;
|
|
}
|
|
|
|
public String j() {
|
|
return this.i;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |