Header Text Coming Soon! You can Contact Us below anytime!
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:SpiderMaster.Net.IO"]
Types
| All Types | Classes |
Interfaces |
Enumerations |
| Name | Description | |
|---|---|---|
|
|
FileSearcher |
Search for directories and files using a pattern.
|
|
|
FileUtility |
File utils.
|
|
|
IIniParser |
Interface for an IniParser, This is a parser that supports
parsing multiple lines for the values.
e.g.
[post1]
title: My first post
description: " This is a ini parser that can handle
parsing multiples lines for the value. "
|
|
|
IniDocument |
IniDocument to handle loading and writing(not yet done)
of ini files.
This class can load a MULTI-LINE ini file into a dictionary like data structure.
[BlogPost1]
Title : Introduction to Oil painting class.
Description : "Learn how to paint using
oil, in this beginners class for painting enthusiats."
Url : http://www.knowledgedrink.com
|
|
|
IniLineType |
The type of the ini line type.
|
|
|
IniParser |
Parser.
Terms:
1. Char - a single char whether it's space, doublequote, singlequote, etc.
2. Token - a collection of chars that make up a valid word/word-boundary.
e.g.
1. abc,
2. -format:csv
3. -file:"c:/my files/file1.txt"
4. loc:'c:/my files/file1.txt'
5. -format:csv
|
|
|
IniParserConstants |
Parser constants.
|
|
|
IniParserSettings |
Settings for the parser.
|
|
|
IniSection |
Class to represent an IniSection/Group and which also stores the entries
associated under the section/group.
e.g.
[group1]
key1 = value1
key2 = value2
|