⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 n.java

📁 KJAVA浏览器
💻 JAVA
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi

import java.io.*;

public class n
{

    public String _fldif;
    public String a;

    public n(String s, String s1)
    {
        _fldif = s;
        a = s1;
    }

    public u a()
    {
        return new u(_fldif, a);
    }

    public byte[] _mthif()
    {
        ByteArrayOutputStream bytearrayoutputstream = new ByteArrayOutputStream(64);
        DataOutputStream dataoutputstream = new DataOutputStream(bytearrayoutputstream);
        try
        {
            dataoutputstream.writeUTF(_fldif != null ? _fldif : "");
            dataoutputstream.writeUTF(a);
            dataoutputstream.close();
            return bytearrayoutputstream.toByteArray();
        }
        catch(IOException ioexception)
        {
            return null;
        }
    }

    public static n a(byte abyte0[])
    {
        DataInputStream datainputstream = new DataInputStream(new ByteArrayInputStream(abyte0));
        try
        {
            String s = datainputstream.readUTF();
            String s1 = datainputstream.readUTF();
            datainputstream.close();
            return new n(s, s1);
        }
        catch(IOException ioexception)
        {
            return null;
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -