@Internal public class ByteArrayWrapper extends Object implements Serializable
| 构造器和说明 |
|---|
ByteArrayWrapper(byte[] data) |
ByteArrayWrapper(byte[] data,
int offset) |
ByteArrayWrapper(byte[] data,
int offset,
int limit) |
public ByteArrayWrapper(byte[] data)
public ByteArrayWrapper(byte[] data,
int offset)
public ByteArrayWrapper(byte[] data,
int offset,
int limit)
public byte[] getData()
public void setData(byte[] data)
public int getOffset()
public void setOffset(int offset)
public int getLimit()
public void setLimit(int limit)
public byte get(int i)
public ByteArrayWrapper copy()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.