Namespace: StreamUOpts

StreamUOpts

Members

(static, constant) adReadAll

StreamReadEnum/adReadAll: Set to ADODB.Stream#ReadText to read all text. http://msdn.microsoft.com/ja-jp/library/cc389881.aspx
Source:

(static, constant) adReadLine

StreamReadEnum/adReadLine: Set to ADODB.Stream#ReadText to read text per line. http://msdn.microsoft.com/ja-jp/library/cc389881.aspx
Source:

(static, constant) adSaveCreateNotExist

SaveOptionsEnum/adSaveCreateNotExist: Set to ADODB.Stream#SaveToFile to create the new file. http://msdn.microsoft.com/ja-jp/library/cc389870.aspx
Source:

(static, constant) adSaveCreateOverWrite

SaveOptionsEnum/adSaveCreateOverWrite: Set to ADODB.Stream#SaveToFile to overwrite the file. http://msdn.microsoft.com/ja-jp/library/cc389870.aspx
Source:

(static, constant) adTypeBinary

StreamTypeEnum/adTypeBinary: Set to ADODB.Stream#Type to read file as binary. http://msdn.microsoft.com/ja-jp/library/cc389884.aspx
Source:

(static, constant) adTypeText

StreamTypeEnum/adTypeText: Set to ADODB.Stream#Type to read file as text. http://msdn.microsoft.com/ja-jp/library/cc389884.aspx
Source:

(static, constant) adWriteChar

StreamWriteEnum/adWriteChar: Set to ADODB.Stream#WriteText to write text without line break. http://msdn.microsoft.com/ja-jp/library/cc389886.aspx
Source:

(static, constant) adWriteLine

StreamWriteEnum/adWriteLine: Set to ADODB.Stream#WriteText to write text with line break. http://msdn.microsoft.com/ja-jp/library/cc389886.aspx
Source: