Package org.apache.druid.data.input.impl
Class FastLineIterator.Strings
- java.lang.Object
-
- org.apache.druid.data.input.impl.FastLineIterator<String>
-
- org.apache.druid.data.input.impl.FastLineIterator.Strings
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<String>,CloseableIterator<String>
- Enclosing class:
- FastLineIterator<T>
public static class FastLineIterator.Strings extends FastLineIterator<String>
-
-
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 Strings(InputStream source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringmakeObject(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
-
Strings
public Strings(InputStream source)
-
-
Method Detail
-
makeObject
protected String makeObject(byte[] bytes, int offset, int length)
- Specified by:
makeObjectin classFastLineIterator<String>
-
-