public class SimpleTextCompoundFormat extends CompoundFormat
FOR RECREATIONAL USE ONLY
Constructor and Description |
---|
SimpleTextCompoundFormat()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
Directory |
getCompoundReader(Directory dir,
SegmentInfo si,
IOContext context)
Returns a Directory view (read-only) for the compound files in this segment
|
void |
write(Directory dir,
SegmentInfo si,
IOContext context)
Packs the provided segment's files into a compound format.
|
public Directory getCompoundReader(Directory dir, SegmentInfo si, IOContext context) throws IOException
CompoundFormat
getCompoundReader
in class CompoundFormat
IOException
public void write(Directory dir, SegmentInfo si, IOContext context) throws IOException
CompoundFormat
write
in class CompoundFormat
IOException
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.