Package org.apache.druid.data.input.impl
Class FastLineIterator.Bytes
java.lang.Object
org.apache.druid.data.input.impl.FastLineIterator<byte[]>
org.apache.druid.data.input.impl.FastLineIterator.Bytes
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<byte[]>,CloseableIterator<byte[]>
- Enclosing class:
- FastLineIterator<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.druid.data.input.impl.FastLineIterator
FastLineIterator.Bytes, FastLineIterator.Strings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]makeObject(byte[] bytes, int offset, int length) Methods inherited from class org.apache.druid.data.input.impl.FastLineIterator
close, hasNext, nextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.druid.java.util.common.parsers.CloseableIterator
flatMap, mapMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
Bytes
-
-
Method Details
-
makeObject
protected byte[] makeObject(byte[] bytes, int offset, int length) - Specified by:
makeObjectin classFastLineIterator<byte[]>
-