com.alibaba.simpleimage.io
类 ByteArray
java.lang.Object
com.alibaba.simpleimage.io.ByteArray
public class ByteArray
- extends Object
代表一个byte数组。
- 版本:
- $Id: ByteArray.java 593 2004-02-26 13:47:19Z baobao $
- 作者:
- Michael Zhou, wendell
|
构造方法摘要 |
ByteArray(byte[] bytes,
int offset,
int length)
|
ByteArray
public ByteArray(byte[] bytes,
int offset,
int length)
getBytes
public byte[] getBytes()
getOffset
public int getOffset()
getLength
public int getLength()
toByteArray
public byte[] toByteArray()
toInputStream
public InputStream toInputStream()
writeTo
public void writeTo(OutputStream out)
throws IOException
- 抛出:
IOException
Copyright © 2012–2013 Alibaba Group. All rights reserved.