public class ByteArrayOtherStream extends ByteArrayStream
bufferSize| 构造器和说明 |
|---|
ByteArrayOtherStream(byte[] bytes,
int bufferSize) |
ByteArrayOtherStream(byte[] bytes,
int bufferSize,
InputStream is) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
通知执行关闭/销毁操作
|
static ByteArrayOtherStream |
createByteArrayOtherStream(InputStream is) |
static ByteArrayOtherStream |
createByteArrayOtherStream(String path) |
protected void |
ensureAvailableBytes(int size) |
createByteArrayStream, nextByte, nextChar, nextDouble, nextFloat, nextIntcreateByteArray, finalize, getBytes, getLength, getOffset, hasMore, nextString, nextUnsignedShort, nextUTFpublic ByteArrayOtherStream(byte[] bytes,
int bufferSize)
public ByteArrayOtherStream(byte[] bytes,
int bufferSize,
InputStream is)
public static ByteArrayOtherStream createByteArrayOtherStream(String path)
public static ByteArrayOtherStream createByteArrayOtherStream(InputStream is) throws IOException
IOExceptionprotected void ensureAvailableBytes(int size)
ensureAvailableBytes 在类中 ByteArrayStreamCopyright © 2014–2017 码农场. All rights reserved.