Package com.sun.jna.platform.win32.COM
Interface IStream
-
public interface IStream
The IStream interface lets you read and write data to stream objects. Stream objects contain the data in a structured storage object, where storages provide the structure. Simple data can be written directly to a stream but, most frequently, streams are elements nested within a storage object. They are similar to standard files. (Place holder, incomplete)- See Also:
- MSDN