com.jniwrapper.win32.stg.types
Class StreamSeek

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.stg.types.StreamSeek
All Implemented Interfaces:
IntegerParameter

public class StreamSeek
extends ComEnumeration

The StreamSeek class corresponds to STREAM_SEEK native enumeration.

See Also:
Microsoft Structured Storage SDK documentation

Field Summary
static int STREAM_SEEK_CUR
           
static int STREAM_SEEK_END
           
static int STREAM_SEEK_SET
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
StreamSeek()
           
StreamSeek(IntegerParameter t)
           
StreamSeek(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STREAM_SEEK_SET

public static final int STREAM_SEEK_SET
See Also:
Constant Field Values

STREAM_SEEK_CUR

public static final int STREAM_SEEK_CUR
See Also:
Constant Field Values

STREAM_SEEK_END

public static final int STREAM_SEEK_END
See Also:
Constant Field Values
Constructor Detail

StreamSeek

public StreamSeek()

StreamSeek

public StreamSeek(long val)

StreamSeek

public StreamSeek(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()