TPJIStreamWrapper adapts a TStream and provides an IStream interface to it.
So the opposite (say TPJIStreamAdapter) that does the opposite could be useful.
The class could receive an additional Stat method to access IStream.Stat and return a record of relevant values. See the Microsoft STATSTG structure documentation.
TPJIStreamWrapperadapts a TStream and provides an IStream interface to it.So the opposite (say
TPJIStreamAdapter) that does the opposite could be useful.The class could receive an additional
Statmethod to accessIStream.Statand return a record of relevant values. See the Microsoft STATSTG structure documentation.