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>
public static class FastLineIterator.Bytes extends FastLineIterator<byte[]>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.druid.data.input.impl.FastLineIterator
FastLineIterator.Bytes, FastLineIterator.Strings
-
-
Constructor Summary
Constructors Constructor Description Bytes(InputStream source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]makeObject(byte[] bytes, int offset, int length)-
Methods inherited from class org.apache.druid.data.input.impl.FastLineIterator
close, hasNext, next
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.java.util.common.parsers.CloseableIterator
flatMap, map
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
Bytes
public Bytes(InputStream source)
-
-
Method Detail
-
makeObject
protected byte[] makeObject(byte[] bytes, int offset, int length)- Specified by:
makeObjectin classFastLineIterator<byte[]>
-
-