类 Helper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.yggdrasil.Helper
-
public class Helper extends Object
- 作者:
- 32798
-
-
方法概要
修饰符和类型 方法 说明 static URL
getALI(URL ur)
static URL
getALI(URL ur, int maxConnectCount)
static void
main(String[] args)
static ByteArrayInputStream
open(byte[] data)
static <T> void
openWeb(URL url, Object data, Class<T> ref, Callback<T> cb)
static <T> void
openWeb(URL url, Object data, Type ref, Callback<T> cb)
static byte[]
readAll(InputStream is)
static byte[]
readAll(InputStream is, boolean autoClose)
-
-
-
方法详细资料
-
main
public static void main(String[] args)
-
open
public static ByteArrayInputStream open(byte[] data)
-
readAll
public static byte[] readAll(InputStream is) throws IOException
- 抛出:
IOException
-
readAll
public static byte[] readAll(InputStream is, boolean autoClose) throws IOException
- 抛出:
IOException
-
-