Eyeshot 9.0 WinForms API Reference
ReadASC Constructor(Stream)

WinForms Assembly > devDept.Eyeshot.Translators Namespace > ReadASC Class > ReadASC Constructor : ReadASC Constructor(Stream)
The file stream
Constructor with stream (default separators used: space or tabulator character).
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream _
)
public ReadASC( 
   Stream stream
)

Parameters

stream
The file stream
Remarks
The closing of the stream is delegated to you.
See Also

Reference

ReadASC Class
ReadASC Members
Overload List