←Select platform

LeadStream Class Members

Summary

The following tables list the members exposed by LeadStream.

Public Constructors

Name Description
LeadStream Constructs a new LeadStream object using the specified IStorageFile as storage.

Public Methods

Name Description
CloseFile Closes this LeadStream object and releases any resources associated with it.
OpenFile Creates, opens or reopens the specified file.
Read Reads a specified number of bytes from the LeadStream object and writes the data into the specified unmanaged buffer.
Seek Sets the current position of this LeadStream object to the specified value.
Start Called to start using the LeadStream object.
Stop Called to stop using the LeadStream object.
Write Writes the specified number of bytes from an unmanaged buffer to the LeadStream object.

Public Properties

Name Description
Buffer Gets the internal IBuffer that this LeadStream object uses for storage.
CanRead Gets a value indicating whether the current LeadStream object supports reading.
CanSeek Gets a value indicating whether the current LeadStream object supports seeking.
CanWrite Gets a value indicating whether the current LeadStream object supports writing.
File Gets the IStorageFile that this LeadStream object is using as storage.
FileName The name of the file associated with this LeadStream object.
InputStream Gets the IInputStream that this LeadStream object is using as storage.
IsStarted Indicates whether this LeadStream object has been started.
OutputStream Gets the IOutputStream that this LeadStream object is using as storage.
RandomAccessStream Gets the IRandomAccessStream that this LeadStream object is using as storage.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly