Class GlobStringReader
Implements
Inherited Members
Namespace: DotNet.Globbing
Assembly: DotNet.Glob.dll
Syntax
public class GlobStringReader : StringReader, IDisposable
Constructors
| Name | Description |
|---|---|
| GlobStringReader(string) |
Fields
| Name | Description |
|---|---|
| AllowedNonAlphaNumericChars | |
| BeginningOfTokenCharacters | Tokens can start with the following characters. |
| CloseBracketChar | |
| DashChar | |
| ExclamationMarkChar | |
| FailedRead | |
| NullChar | |
| OpenBracketChar | |
| QuestionMarkChar | |
| StarChar |
Properties
| Name | Description |
|---|---|
| CurrentChar | The current character |
| CurrentIndex | The index of the current character |
| HasReachedEnd | Has the Command Reader reached the end of the file |
| IsBeginningOfDirectoryWildcard | |
| IsBeginningOfRangeOrList | |
| IsEndOfRangeOrList | |
| IsSingleCharacterMatch | |
| IsWhiteSpace | Is current character WhiteSpace |
| IsWildcardCharacterMatch | |
| LastChar | The previous character |
Methods
| Name | Description |
|---|---|
| IsNotStartOfToken(char) | |
| IsPathSeparator() | |
| IsPathSeparator(char) | |
| PeekChar() | Peek at the next character |
| Read() | |
| Read(char[], int, int) | |
| ReadBlock(char[], int, int) | |
| ReadChar() | |
| ReadLine() | |
| ReadPathSegment() | |
| ReadToEnd() |