經安全檢測,此網站為安全網站,請放心前往原始網址!

Get bytes from InputStream : Byte Array « File « Java Tutorial

public static byte[] getBytes(InputStream is) throws IOException { int len; int size = 1024; byte[] buf;

www.java2s.com

網址安全性掃描由 google 提供