public class LazyDioShort extends LazyShort
init(ByteArrayRef, int, int) method, which
reads the short value stored from the default binary format.dataisNull, oi| Constructor and Description |
|---|
LazyDioShort(LazyDioShort copy) |
LazyDioShort(LazyShortObjectInspector oi) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObjectBase.
|
parseShort, parseShort, parseShortequals, getWritableObject, hashCode, logExceptionMessage, toStringgetInspector, getObject, setInspector, setNullpublic LazyDioShort(LazyShortObjectInspector oi)
public LazyDioShort(LazyDioShort copy)
public void init(ByteArrayRef bytes, int start, int length)
LazyObjectBaseinit in interface LazyObjectBaseinit in class LazyShortbytes - The wrapper of the byte[].start - The start position inside the bytes.length - The length of the data, starting from "start"ByteArrayRefCopyright © 2019 The Apache Software Foundation. All Rights Reserved.