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[]>
  • Constructor Details

  • Method Details

    • makeObject

      protected byte[] makeObject(byte[] bytes, int offset, int length)
      Specified by:
      makeObject in class FastLineIterator<byte[]>