com.jniwrapper.win32.stg.types
Class SNB

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer
          extended bycom.jniwrapper.win32.stg.types.SNB
All Implemented Interfaces:
PointerParameter

public class SNB
extends Pointer

This class corresponds to OLESTR** native type.

See Also:
Microsoft Structured Storage SDK documentation

Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.Pointer
Pointer.Const, Pointer.OutOnly, Pointer.Void
 
Field Summary
 
Fields inherited from class com.jniwrapper.Pointer
i, n, POINTER_LENGTH
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SNB()
           
SNB(SNB that)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.Pointer
, a, a, a, a, acceptIOPerformer, asTypedPointer, asVoidPointer, castTo, castTo, checkMemHandleLength, equals, getDebugInfo, getLength, getParameterClass, getPointerHandle, getReferencedObject, isNull, pop, push, read, read, readPointer, readReferencedObject, setExternalSource, setNull, setReferencedObject, setReferencedObject, write, write, writePointer, writeReferencedObject
 
Methods inherited from class com.jniwrapper.Parameter
a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, hashCode, indent, read, setDataBuffer, toByteArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SNB

public SNB()

SNB

public SNB(SNB that)
Method Detail

clone

public java.lang.Object clone()