|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectjava.io.InputStream
org.nutz.lang.util.ByteInputStream
public class ByteInputStream
根据一个 byte[] 数组,构建一个 InputStream
构造方法摘要 | |
---|---|
ByteInputStream(byte[] bytes)
|
|
ByteInputStream(byte[] bytes,
int off,
int len)
|
方法摘要 | |
---|---|
int |
read()
|
从类 java.io.InputStream 继承的方法 |
---|
available, close, mark, markSupported, read, read, reset, skip |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public ByteInputStream(byte[] bytes)
public ByteInputStream(byte[] bytes, int off, int len)
方法详细信息 |
---|
public int read() throws java.io.IOException
java.io.InputStream
中的 read
java.io.IOException
|
|||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |