Namespace Syncfusion.IO
Classes
BufferedStreamEx
Special wrapper which allow us to control access to stream and cache data. Our implementation fix bug of NET BufferedStream class: on Position property set class reset internal cache. Our class detect situations when reset of cache not needed. |
RegexTokenizer
Represents a class that provides tokenizer that works with regular expression. |
TokenStream
Stream which return and write data as string tokens into/from file. Stream support encoding and data buffering. |
TokenStream.ArrayLengthComparer
Class helps us to sort arrays by Length property value |
TokenStream.CaseInsensCharComparer
Class provide functionality for comparing two chars... Class fix Microsoft bug: case insensitive help provided only for strings... |
TokenStream.CaseInsensCharProvider
Fix Microsoft bug for Case insensitive types... Microsoft provide only case insensitive hash provider for strings... chars by itself not supported. |
TokenStream.FastChar
This class used for multichars tokens search operations. Class hold case sensitive information. |
TokenStream.FastInsensChar
This class used for multi-symbols tokens search operation. Class hold case insensitive information. |
TokenStream.StreamTokenEnum
Class implement enumerator which use own algorithm for extracting data from input stream... Algorithm is a little faster then used in TokenStream class, but it does not support multi-symbols tokens splitter. |
Enums
NewLineStyle
Defines the constants that specifies the style of new line in different OS. |