public class ByteArray extends Object
| 构造器和说明 |
|---|
ByteArray(byte[] bytes,
int offset,
int length) |
public byte[] getBytes()
public int getOffset()
public int getLength()
public byte[] toByteArray()
public InputStream toInputStream()
public void writeTo(OutputStream out) throws IOException
IOExceptionCopyright © 2020. All rights reserved.