如何把byte数组转成InputStream?
谢谢 问题点数:20、回复次数:1Top
1 楼stonecsdn(东东)回复于 2004-09-01 12:40:08 得分 20
ByteArrayInputStream public ByteArrayInputStream(byte[] buf)
Creates a ByteArrayInputStream so that it uses buf as its buffer array. The buffer array is not copied. The initial value of pos is 0 and the initial value of count is the length of buf.Top




