Interface LineWriter

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
SequenceFileWriter, TextLineWriter

public interface LineWriter extends Closeable
  • Method Details

    • getWrittenBytes

      long getWrittenBytes()
    • getRetainedSizeInBytes

      long getRetainedSizeInBytes()
    • write

      void write(io.airlift.slice.Slice value) throws IOException
      Throws:
      IOException