InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml)ASP.NetDocument Object Model (DOM)JavaScript FileSystemObject ComponentFileSystemObject ObjectDrive ObjectFolder ObjectFile Object TextStream Object Draft for Information Only
Content
TextStream Object
TextStream ObjectOne key function of FileSystemObject Component is the manipulation of text file of the file system. TextStream Object facilitates sequential access to text file. TextStream.CloseTextStream.Close method is the method to close the instance of specified TextStream object and the corresponding opened TextStream file. Syntax:TextStreamName.Close Or in VBScript. Imply TextStreamName.Close Or in JScript. Imply TextStreamName.Close Parameters:TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. Remarks:TextStreamName refers to a TextStream Object. Examples:
TextStream.ReadTextStream.Read method is the method to read a specified number of characters from the specified TextStream file corresponding to the specifed TextStream object. Characters string is returned. Syntax:TextStreamName.Read(characters) Or in VBScript. Imply charstring = TextStreamName.Read(characters) Or in JScript. Imply charstring = TextStreamName.Read(characters) Parameters:charstring The parameter "charstring" is used to assign the name of string returned from the Read method corresponding to the specified TextStream object. TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. characters The parameter "charstring" is used to specify the number of characters to be read from the textstream fle. Returns:character string The method returns a string of characters from the specified TextStream Object according the specified number of characters. Remarks:TextStreamName refers to a TextStream Object. Examples:
TextStream.ReadAllTextStream.ReadAll method is the method to read the entire TextStream from the specified TextStream file corresponding to the specifed TextStream object. Characters string of entire text stream is returned. Syntax:TextStreamName.ReadAll() Or in VBScript. Imply charstring = TextStreamName.ReadAll() Or in JScript. Imply charstring = TextStreamName.ReadAll() Parameters:charstring The parameter "charstring" is used to assign the name of string returned from the ReadAll method corresponding to the specified TextStream object. TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. character string The method returns a string of characters from the entire textstream of the specified TextStream Object. Remarks:TextStreamName refers to a TextStream Object. For large files, using the ReadAll method to input the whole textstream into the computer will waste memory resources. Other techniques, e.g. read line or lines, should be used reduce the using of memory resources. Examples:
TextStream.ReadLineTextStream.ReadLine method is the method to read one entire line of TextStream up to the newline character, which is not included, from the specified TextStream file corresponding to the specifed TextStream object. Characters string of entire text stream is returned. Syntax:TextStreamName.ReadLine() Or in VBScript. Imply charstring = TextStreamName.ReadLine() Or in JScript. Imply charstring = TextStreamName.ReadLine() Parameters:charstring The parameter "charstring" is used to assign the name of string returned from the ReadAll method corresponding to the specified TextStream object. TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. character string The method returns a string of characters from the entire textstream of the specified TextStream Object. Remarks:TextStreamName refers to a TextStream Object. For large files, using the ReadAll method to input the whole textstream into the computer will waste memory resources. Other techniques, e.g. read line or lines, should be used reduce the using of memory resources. Examples:
TextStream.SkipTextStream.Skip method is the method to skip a specified number of characters from the text stream during reading the specified TextStream file corresponding to the specifed TextStream object. Syntax:TextStreamName.Skip(characters) Or in VBScript. Imply TextStreamName.Skip(characters) Or in JScript. Imply TextStreamName.Skip(characters) Parameters:TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. characters The parameter "charstring" is used to specify the number of characters to be skipped reading from the textstream fle. Remarks:TextStreamName refers to a TextStream Object. Skipped characters are discarded during the sequencial accessing to the text file Examples:
TextStream.SkipLineTextStream.skip method is the method to skip the next line from the text stream during reading the specified TextStream file corresponding to the specifed TextStream object. Syntax:TextStreamName.Skip() Or in VBScript. Imply TextStreamName.Skip() Or in JScript. Imply TextStreamName.Skip() Parameters:TextStreamName The parameter "TextStreamName" is used to specify the name of the instance of the TextStream Object related to. Remarks:TextStreamName refers to a TextStream Object. Skipped characters are discarded during the sequencial accessing to the text file Examples:
©sideway ID: 130300036 Last Updated: 3/30/2013 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019