所有方法 静态方法 具体方法
限定符和类型 |
方法和说明 |
static long |
crc32(byte[] bytes) |
static long |
crc32(InputStream inputStream) |
static long |
crc64Ecma(InputStream inputStream) |
static String |
encode(Map<String,List<String>> v) |
static IVodUploadStrategy |
getVodUploadCoreInstance(int uploadStrategy) |
static IVodUploadStrategy |
getVodUploadCoreInstance(int uploadStrategy,
long chunkSize) |
static String |
hashSHA256(byte[] content) |
static byte[] |
hmacSHA1(byte[] key,
String content) |
static byte[] |
hmacSHA256(byte[] key,
String content) |
static List<org.apache.http.NameValuePair> |
mapToPairList(Map<String,String> params) |
static InputStream |
newRepeatableInputStream(InputStream original) |
static InputStream |
newRepeatableInputStream(PartInputStream original) |
static Map<String,String> |
paramsToMap(Object obj) |
static List<org.apache.http.NameValuePair> |
paramsToPair(Object obj) |
static Map<String,String> |
protoBufferToMap(com.google.protobuf.MessageOrBuilder obj,
boolean needDefaultValueFields) |
static String |
randWeights(Map<String,Integer> weightsMap,
String excludeDomain) |