扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.io类bytearrayinputstream的类成员方法: bytearrayinputstream定义及介绍
发布时间:2014-2-17
本文导语:
bytearrayinputstream
public bytearrayinputstream(byte[] buf,
int offset,
int length)
创建 bytearrayinputstream,使用 buf 作为其缓冲区数组。pos 的初始值是 offset,count 的初始值是 offset+length 和 buf.length 中...