public abstract class SegmentInfoFormat extends Object
SegmentInfo
(segment metadata file).
SegmentInfo
Modifier | Constructor and Description |
---|---|
protected |
SegmentInfoFormat()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract SegmentInfoReader |
getSegmentInfoReader()
Returns the
SegmentInfoReader for reading
SegmentInfo instances. |
abstract SegmentInfoWriter |
getSegmentInfoWriter()
Returns the
SegmentInfoWriter for writing
SegmentInfo instances. |
protected SegmentInfoFormat()
public abstract SegmentInfoReader getSegmentInfoReader()
SegmentInfoReader
for reading
SegmentInfo
instances.public abstract SegmentInfoWriter getSegmentInfoWriter()
SegmentInfoWriter
for writing
SegmentInfo
instances.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.