public interface RepeatedUInt1Reader extends BaseReader
BaseReader.ComplexReader, BaseReader.DictReader, BaseReader.ListReader, BaseReader.MapReader, BaseReader.RepeatedListReader, BaseReader.RepeatedMapReader, BaseReader.ScalarReader
Modifier and Type | Method and Description |
---|---|
void |
copyAsField(String name,
UInt1Writer writer) |
void |
copyAsValue(UInt1Writer writer) |
boolean |
isSet() |
void |
read(int arrayIndex,
NullableUInt1Holder h) |
void |
read(int arrayIndex,
UInt1Holder h) |
Byte |
readByte(int arrayIndex) |
Object |
readObject(int arrayIndex) |
int |
size() |
copyAsValue, getField, getType, getTypeString, getVectorType, read, read, read, reset
setPosition
int size()
void read(int arrayIndex, UInt1Holder h)
void read(int arrayIndex, NullableUInt1Holder h)
Object readObject(int arrayIndex)
Byte readByte(int arrayIndex)
boolean isSet()
isSet
in interface BaseReader
void copyAsValue(UInt1Writer writer)
void copyAsField(String name, UInt1Writer writer)
Copyright © 1970 The Apache Software Foundation. All rights reserved.