@Internal public class ByteArrayWrapper extends Object implements Serializable
Constructor and Description |
---|
ByteArrayWrapper(byte[] data) |
ByteArrayWrapper(byte[] data,
int offset) |
ByteArrayWrapper(byte[] data,
int offset,
int limit) |
Modifier and Type | Method and Description |
---|---|
ByteArrayWrapper |
copy() |
boolean |
equals(Object other) |
byte |
get(int i) |
byte[] |
getData() |
int |
getLimit() |
int |
getOffset() |
int |
hashCode() |
void |
setData(byte[] data) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
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.