Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as Java by proud_anon ( 16 years ago )
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");
  }
}

 

Revise this Paste

Your Name: Code Language: