Class GlobStringReader
Inheritance
System.Object
GlobStringReader
Namespace: DotNet.Globbing
Syntax
public class GlobStringReader : StringReader
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[], Int32, Int32) | |
| ReadBlock(Char[], Int32, Int32) | |
| ReadChar() | |
| ReadLine() | |
| ReadPathSegment() | |
| ReadToEnd() |