StreamUtil流處理

/** * 經過輸入流,將其轉換成字節byte數組 * * @param is * 輸入的數據流 * @return byte[] 轉化後的字節數組 * */ public static byte[] getByteByStream(InputStream is) { ByteArrayOutputStream baos = new ByteA
相關文章
相關標籤/搜索