TppArchiveReader
I want the TppArchiveReader to be able to read from a stream as opposed to
reading from a file on the disk.
I guess I have to subclass TppArchiveReader but I am not sure how I can
override the OpenFile procedure which creates an internal stream from the
disk file. I want to directly assign a stream and not read from the disk.
Thanks
Vikram
reading from a file on the disk.
I guess I have to subclass TppArchiveReader but I am not sure how I can
override the OpenFile procedure which creates an internal stream from the
disk file. I want to directly assign a stream and not read from the disk.
Thanks
Vikram
This discussion has been closed.
Comments
Vikram