Class ReadableByteChannelWithLimitByNewline<T extends SeekableByteChannel>

java.lang.Object
org.aksw.commons.io.util.channel.ReadableByteChannelDecoratorBase<T>
org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline<T>
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel, ReadableByteChannelDecorator<T>

public class ReadableByteChannelWithLimitByNewline<T extends SeekableByteChannel> extends ReadableByteChannelDecoratorBase<T>
  • Field Details

    • nextSplitOffset

      protected long nextSplitOffset
    • isInEofState

      protected boolean isInEofState
    • bytesRead

      protected long bytesRead
    • excessBuffer

      protected ByteBuffer excessBuffer
  • Constructor Details

    • ReadableByteChannelWithLimitByNewline

      public ReadableByteChannelWithLimitByNewline(T delegate, long nextSplitOffset)
  • Method Details