Ascii |
public class AsciiDocumentAnalysis
The AsciiDocumentAnalysis type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiDocumentAnalysis |
Analyzes the first nLines of the ASCII stream.
|
| Name | Description | |
|---|---|---|
| Analyze |
Analyzes the first nLines of the ASCII stream.
| |
| CalculateScoreOfLineAnalysisOption(AsciiLineAnalysisOption, IReadOnlyListAsciiLineAnalysis, Int32, AsciiLineComposition) | Determines which line composition occurs most frequently for the specified analysis option. | |
| CalculateScoreOfLineAnalysisOption(AsciiLineAnalysisOption, IReadOnlyListAsciiLineAnalysis, HashSetAsciiLineComposition, Int32, AsciiLineComposition) | Determines which line composition occurs most frequently for the specified analysis option. | |
| DetectBom | Detects the encoding of a byte array by checking for a Byte Order Mark (BOM). If a BOM is found, the corresponding encoding is returned. If no BOM is found, null is returned. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetStreamReader | Gets a StreamReader along with the detected encoding and the number of BOM bytes. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InternalAnalyze | Analyzes the first nLines of the ASCII stream. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| TryGetEncodingOfStream | Tries to detect the encoding of a stream. The stream is read up to maxLines lines, and then the encoding is detected. If no encoding can be detected, null is returned. |