

File: dtsviewr.h
Syntax


|
Name |
Description |
---|---|---|
![]() | ||
![]() |
Constructor. |




Methods
|
Name |
Description |
---|---|---|
![]() ![]() |
Attach an input stream. dtsInputStreamReader never allocates or deletes anything, so the attachment process just involves wrapping the function pointers and providing access to data members in the dtsInputStream. | |
![]() |
Returns the created date of the dtsInputStream | |
![]() |
Returns the modified date of the dtsInputStream | |
![]() |
Returns the name of the dtsInputStream | |
![]() |
Returns the size of the dtsInputStream | |
![]() |
Returns the size of the dtsInputStream as a 32-bit integer | |
![]() |
Read data from the dtsInputStream | |
![]() |
Change the seek pointer to pos | |
![]() |
Returns the current seek position of the input stream |
Constructors
|
Name |
Description |
---|---|---|
![]() | ||
![]() |
Constructor. |


|
Name |
Description |
---|---|---|
![]() ![]() |
Attach an input stream. dtsInputStreamReader never allocates or deletes anything, so the attachment process just involves wrapping the function pointers and providing access to data members in the dtsInputStream. | |
![]() |
Returns the created date of the dtsInputStream | |
![]() |
Returns the modified date of the dtsInputStream | |
![]() |
Returns the name of the dtsInputStream | |
![]() |
Returns the size of the dtsInputStream | |
![]() |
Returns the size of the dtsInputStream as a 32-bit integer | |
![]() |
Read data from the dtsInputStream | |
![]() |
Change the seek pointer to pos | |
![]() |
Returns the current seek position of the input stream |


![]() |
Method |
![]() |
virtual |


Provides a layer of abstraction around a dtsInputStream.


Although dtsInputStream can be accessed directly, future enhancements to dtsInputStream may make code relying on the existing structure layout obsolete. Therefore, the recommended way to access a dtsInputStream is to attach it to a dtsInputStreamReader and then use the dtsInputStreamReader.


