Click or drag to resize
SoMemoryBufferCompression Methods

The SoMemoryBufferCompression type exposes the following members.

Methods
  NameDescription
Public methodCompress
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDestination(SoMemoryBuffer)
Calls SetDestination(dst, System.UInt32(0)).
Public methodSetDestination(SoMemoryBuffer, UInt32)
Public methodSetSource(SoMemoryBuffer)
Calls SetSource(src, System.UInt32(0), System.UInt32(0)).
Public methodSetSource(SoMemoryBuffer, UInt32)
Calls SetSource(src, offset, System.UInt32(0)).
Public methodSetSource(SoMemoryBuffer, UInt32, UInt32)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUncompress
Top
See Also