import java.io.IOException;
import java.io.InputStream;
public final class c
{
InputStream jdField_a_of_type_JavaIoInputStream;
byte[] jdField_a_of_type_ArrayOfByte;
public final String a()
{
this.jdField_a_of_type_JavaIoInputStream = super.getClass().getResourceAsStream("/url.txt");
try
{
this.jdField_a_of_type_ArrayOfByte = new byte[this.jdField_a_of_type_JavaIoInputStream.available()];
this.jdField_a_of_type_JavaIoInputStream.read(this.jdField_a_of_type_ArrayOfByte);
}
catch (IOException localIOException2)
{
IOException localIOException1;
(localIOException1 = localIOException2).printStackTrace();
}
return new String(this.jdField_a_of_type_ArrayOfByte);
}
public final String b()
{
this.jdField_a_of_type_JavaIoInputStream = super.getClass().getResourceAsStream("/info.txt");
try
{
this.jdField_a_of_type_ArrayOfByte = new byte[this.jdField_a_of_type_JavaIoInputStream.available()];
this.jdField_a_of_type_JavaIoInputStream.read(this.jdField_a_of_type_ArrayOfByte);
}
catch (IOException localIOException2)
{
IOException localIOException1;
(localIOException1 = localIOException2).printStackTrace();
}
return new String(this.jdField_a_of_type_ArrayOfByte, "UTF-8");
}
public final String c()
{
this.jdField_a_of_type_JavaIoInputStream = super.getClass().getResourceAsStream("/attention.txt");
try
{
this.jdField_a_of_type_ArrayOfByte = new byte[this.jdField_a_of_type_JavaIoInputStream.available()];
this.jdField_a_of_type_JavaIoInputStream.read(this.jdField_a_of_type_ArrayOfByte);
}
catch (IOException localIOException2)
{
IOException localIOException1;
(localIOException1 = localIOException2).printStackTrace();
}
return new String(this.jdField_a_of_type_ArrayOfByte, "UTF-8");
}
}
Add a code snippet to your website: www.paste.org