public class DrillByteArray extends Object
| Constructor and Description |
|---|
DrillByteArray() |
DrillByteArray(byte[] bytes) |
DrillByteArray(byte[] bytes,
int length) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
int |
getLength() |
void |
setBytes(byte[] bytes) |
void |
setBytes(byte[] bytes,
int length) |
void |
setLength(int length) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.