扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.crypto类cipherinputstream的类成员方法: read定义及介绍
发布时间:2014-2-18
本文导语:
read
public int read(byte[] b,
int off,
int len)
throws ioexception
从该输入流将 len 个字节数据读入到字节数组中。在某些输入可用之前,此方法将阻塞。如果第一个参数为 null,则读取和丢弃的字节数最多...