Home
last modified time | relevance | path

Searched defs:inputStreamSize (Results 1 – 1 of 1) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DInputStreamUtils.java39 …public static byte[] toByteArray(InputStream inputStream, int inputStreamSize) throws IOException { in toByteArray()
52 …private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws … in copy()