类 ByteUtils
java.lang.Object
com.deepoove.poi.util.ByteUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanendsWith(byte[] bytes, byte[] suffix) static byte[]getBase64ByteArray(String base64) static byte[]getLocalByteArray(File res) static byte[]getUrlByteArray(String urlPath) static InputStreamgetUrlStream(String urlPath) static booleanstartsWith(byte[] bytes, byte[] prefix) static byte[]
-
构造器详细资料
-
ByteUtils
public ByteUtils()
-
-
方法详细资料
-
getUrlByteArray
-
getLocalByteArray
-
getBase64ByteArray
-
toByteArray
-
getUrlStream
-
startsWith
public static boolean startsWith(byte[] bytes, byte[] prefix) -
endsWith
public static boolean endsWith(byte[] bytes, byte[] suffix)
-