Skip navigation links
JNA API 4.2.1
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
JNA API 4.2.1

Copyright © 2007-2015 Timothy Wall. All Rights Reserved.