CLASS:

 

 

 

 

 

 

 

 

DESCRIPTION:

 

 

 

Represents a stream of binary data or text.

 

 

 

 

 

SYNTAX:

 

 

 

[<oRef> =] new ADOStream()

 

 

 

 

 

 

 

PROPERTY:

DEFAULT:

DESCRIPTION:

 

 

baseClassName

ADOSTREAM

Identifies the object as an instance of the ADOStream class 

 

 

className

ADOSTREAM

Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName

 

 

charSet

Unicode

Indicates the character set into which the contents of text stream are to be translated.

 

 

eos

true

Indicates whether the current position is at the end of the stream.

 

 

handle

0

ADO statement handle.

 

 

lineSeparator

0 - CRLF

Indicates the binary character to be used as the line separator in text stream objects.

 

 

mode

1 - Unknown

Available permissions for modifying data.

 

 

position

0

Indicates the current position within a stream object.

 

 

size

0

Indicates the size of the stream in number of bytes.

 

 

source

Empty string

Specifies the source of data for the stream object.

 

 

state

0 - Closed

Indicates the state object.

 

 

type

0 - Text

Indicates the type of data contained in the stream object.

 

 

 

 

 

 

EVENT:

PARAMETERS:

DESCRIPTION:

 

 

 

 

 

 

 

 

 

 

 

 

METHOD:

PARAMETERS:

DESCRIPTION:

 

 

clear

 

Clears the contents of the stream object.

 

 

close

 

Closes a stream object.

 

 

copyToStream

<stream expO>[,<num expN>]

Copies the binary contents to another stream object.

 

 

flush

 

Sends the contents of the stream buffer to the associated underlying object.

 

 

loadFromFile

<name expC>

Loads the contents of a file into a stream object.

 

 

open

[<source expC>][,<user expC>][,<pass expC>]

Opens a stream object.

 

 

read

[<num expN>]

Reads character or binary data from a stream object.

 

 

saveToFile

<name expC>

Saves the binary contents of a stream object to a file.

 

 

skipLine

 

Skips a line when reading a text stream.

 

 

write

<data expC>[,<sep expL>]

Writes character or binary data to a stream object.

 

 

cancel

 

Cancels execution of a pending, asynchronous method call.

 

 

 

 

 

DESCRIPTION: