Uses of Class
com.jniwrapper.win32.stg.types.StreamSeek

Packages that use StreamSeek
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 StreamSeek in com.jniwrapper.win32.stg
 

Methods in com.jniwrapper.win32.stg with parameters of type StreamSeek
 Int64 IStream.seek(Int64 dlibMove, StreamSeek dwOrigin)
           
 

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

Methods in com.jniwrapper.win32.stg.impl with parameters of type StreamSeek
 Int64 IStreamImpl.seek(Int64 dlibMove, StreamSeek dwOrigin)