public final class SlowCodecReaderWrapper
extends java.lang.Object
FilterCodecReader
instead.| Modifier and Type | Method and Description |
|---|---|
static CodecReader |
wrap(LeafReader reader)
Returns a
CodecReader view of reader. |
public static CodecReader wrap(LeafReader reader) throws java.io.IOException
CodecReader view of reader.
If reader is already a CodecReader, it is returned
directly. Otherwise, a (slow) view is returned.
java.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.