C# Class Platform.Sandbox.TextParser

Inheritance: IDisposable
Mostrar archivo Open project: Konard/LinksPlatform

Public Methods

Method Description
Dispose ( ) : void
TextParser ( ) : System
TextParser ( Stream stream, int bufferSize = DefaultBufferSize ) : System
TextParser ( string path, int bufferSize = DefaultBufferSize ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TextParser() public method

public TextParser ( ) : System
return System

TextParser() public method

public TextParser ( Stream stream, int bufferSize = DefaultBufferSize ) : System
stream Stream
bufferSize int
return System

TextParser() public method

public TextParser ( string path, int bufferSize = DefaultBufferSize ) : System
path string
bufferSize int
return System