Interface LineIterator

All Superinterfaces:
Iterator<String>
All Known Implementing Classes:
ElasticsearchBuildLogsLineIterator

@Deprecated public interface LineIterator extends Iterator<String>
Deprecated.
use LogLineIterator instead
  • Method Details

    • skipLines

      void skipLines(long skip)
      Deprecated.