MD5 校验值:1c0b849068c6d731df1325f993a128f9
c.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package f2; import java.net.InetAddress; import java.net.UnknownHostException; import java.nio.charset.Charset; import java.nio.charset.IllegalCharsetNameException; import java.nio.charset.UnsupportedCharsetException; final class c { public static final Charset f18139a; public static final InetAddress f18140b; static { Charset charset; InetAddress inetAddress = null; try { charset = Charset.forName("UTF-8"); } catch (IllegalCharsetNameException | UnsupportedCharsetException unused) { charset = null; } f18139a = charset; try { inetAddress = InetAddress.getByName("224.0.0.251"); } catch (UnknownHostException unused2) { } f18140b = inetAddress; } }