Class CodecReader

All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
FilterCodecReader, SegmentReader

public abstract class CodecReader extends LeafReader
LeafReader implemented by codec APIs.
  • Constructor Details

    • CodecReader

      protected CodecReader()
      Sole constructor. (For invocation by subclass constructors, typically implicit.)
  • Method Details