Constructor SegmentInfo
SegmentInfo(Directory, String, String, Int32, Boolean, Codec, IDictionary<String, String>)
Construct a new complete SegmentInfo instance from input.
Note: this is public only to allow access from the codecs package.
Declaration
public SegmentInfo(Directory dir, string version, string name, int docCount, bool isCompoundFile, Codec codec, IDictionary<string, string> diagnostics)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
System.String | version | |
System.String | name | |
System.Int32 | docCount | |
System.Boolean | isCompoundFile | |
Codec | codec | |
IDictionary<System.String, System.String> | diagnostics |
SegmentInfo(Directory, String, String, Int32, Boolean, Codec, IDictionary<String, String>, IDictionary<String, String>)
Construct a new complete SegmentInfo instance from input.
Note: this is public only to allow access from the codecs package.
Declaration
public SegmentInfo(Directory dir, string version, string name, int docCount, bool isCompoundFile, Codec codec, IDictionary<string, string> diagnostics, IDictionary<string, string> attributes)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
System.String | version | |
System.String | name | |
System.Int32 | docCount | |
System.Boolean | isCompoundFile | |
Codec | codec | |
IDictionary<System.String, System.String> | diagnostics | |
IDictionary<System.String, System.String> | attributes |