Uses of Interface
com.jniwrapper.win32.stg.IStream

Packages that use IStream
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
com.jniwrapper.win32.com.impl The com.jniwrapper.win32.com.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.com package. 
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
com.jniwrapper.win32.stg The com.jniwrapper.win32.stg package contains a number of commonly used interfaces from the Structured Storage API. 
com.jniwrapper.win32.stg.impl The com.jniwrapper.win32.stg.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.stg package. 
 

Uses of IStream in com.jniwrapper.win32.com
 

Methods in com.jniwrapper.win32.com with parameters of type IStream
 void IPersistStreamInit.load(IStream pStm)
           
 void IPersistStreamInit.save(IStream pStm, VariantBool fClearDirty)
           
 void IPersistStream.load(IStream pStm)
           
 void IPersistStream.save(IStream pStm, VariantBool fClearDirty)
           
 

Uses of IStream in com.jniwrapper.win32.com.impl
 

Methods in com.jniwrapper.win32.com.impl with parameters of type IStream
 void IPersistStreamInitImpl.load(IStream pStm)
           
 void IPersistStreamInitImpl.save(IStream pStm, VariantBool fClearDirty)
           
 void IPersistStreamImpl.load(IStream pStm)
           
 void IPersistStreamImpl.save(IStream pStm, VariantBool fClearDirty)
           
 

Uses of IStream in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IStream
static IStream OleFunctions.marshallInterfaceToStream(IUnknown unknown)
          Deprecated. use either OleFunctions.coMarshalInterface(com.jniwrapper.win32.stg.IStream, com.jniwrapper.win32.com.types.IID, com.jniwrapper.win32.com.IUnknown, com.jniwrapper.win32.ole.types.MshCtx, com.jniwrapper.win32.ole.types.MshlFlags) or OleFunctions.coMarshalInterThreadInterfaceInStream(com.jniwrapper.win32.com.types.IID, com.jniwrapper.win32.com.IUnknown) methods.
static IStream OleFunctions.coMarshalInterThreadInterfaceInStream(IID riid, IUnknown pUnk)
          Wrapper for CoMarshalInterThreadInterfaceInStream method.
static IStream OleFunctions.coMarshalInterThreadInterfaceInStream(IUnknownImpl pUnk)
          Wrapper for CoMarshalInterThreadInterfaceInStream method.
 

Methods in com.jniwrapper.win32.ole with parameters of type IStream
static void OleFunctions.oleLoadFromStream(IStream pStm, IID iidInterface, Pointer.Void ppvObj)
           
static void OleFunctions.oleSaveToStream(IPersistStream ppstm, IStream pStm)
           
static IUnknown OleFunctions.unmarshallInterfaceFromStream(IStream stream)
          Deprecated. use OleFunctions.coGetInterfaceAndReleaseStream(com.jniwrapper.win32.stg.IStream, com.jniwrapper.win32.com.types.IID) funcion.
static IUnknown OleFunctions.coGetInterfaceAndReleaseStream(IStream stream, IID riid)
          Wrapper for CoGetInterfaceAndReleaseStream API function.
static IUnknown OleFunctions.coGetInterfaceAndReleaseStream(IStream stream)
          Wrapper for CoGetInterfaceAndReleaseStream API function.
static void OleFunctions.coMarshalInterface(IStream pStm, IID riid, IUnknown pUnk, MshCtx dwDestContext, MshlFlags mshlflags)
          Wrapper for CoMarshalInterface API function.
static void OleFunctions.coUnmarshalInterface(IStream pStm, IID riid, IUnknownImpl pUnk)
          Wrapper for CoUnmarshalInterface API function.
 void IOleDocumentView.saveViewState(IStream pStm)
           
 void IOleDocumentView.applyViewState(IStream pStm)
           
 IOleDocumentView IOleDocument.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 

Uses of IStream in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type IStream
 void IOleDocumentViewImpl.saveViewState(IStream pStm)
           
 void IOleDocumentViewImpl.applyViewState(IStream pStm)
           
 IOleDocumentView IOleDocumentImpl.createView(IOleInPlaceSite pIPSite, IStream pStm, Int32 dwReserved)
           
 

Uses of IStream in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg that return IStream
static IStream StorageFunctions.createStreamOnHGlobal(GlobalMemoryBlock global, boolean deleteOnRelease)
          Creates a stream object stored in global memory.
 IStream IStream.invokeClone()
           
 IStream IStorage.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorage.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 

Methods in com.jniwrapper.win32.stg with parameters of type IStream
static CLSID StorageFunctions.readClassStm(IStream pStg)
           
static void StorageFunctions.writeClassStm(IStream pStg, CLSID rclsid)
           
 void IStream.copyTo(IStream pstm, Int64 cb, Int64 pcbRead, Int64 pcbWritten)
           
 

Uses of IStream in com.jniwrapper.win32.stg.impl
 

Classes in com.jniwrapper.win32.stg.impl that implement IStream
 class IStreamImpl
          Represents COM interface IStream.
 

Methods in com.jniwrapper.win32.stg.impl that return IStream
 IStream IStreamImpl.invokeClone()
           
 IStream IStorageImpl.createStream(OleStr pwcsName, StgMode grfMode, UInt32 reserved1, UInt32 reserved2)
           
 IStream IStorageImpl.openStream(OleStr pwcsName, Pointer.Void reserved1, StgMode grfMode, UInt32 reserved2)
           
 

Methods in com.jniwrapper.win32.stg.impl with parameters of type IStream
 void IStreamImpl.copyTo(IStream pstm, Int64 cb, Int64 pcbRead, Int64 pcbWritten)