Click or drag to resize
SoByteStream Methods

The SoByteStream type exposes the following members.

Methods
  NameDescription
Public methodConvert(SoNode)
Calls Convert(node, true).
Public methodConvert(SoPath)
Calls Convert(path, true).
Public methodConvert(SoPathList)
Calls Convert(pathList, true).
Public methodConvert(SoNode, Boolean)

Converts the passed scene graph object(s) into a byte stream.

Public methodConvert(SoPath, Boolean)

Converts the passed scene graph object(s) into a byte stream.

Public methodConvert(SoPathList, Boolean)

Converts the passed scene graph object(s) into a byte stream.

Public methodEquals (Inherited from Object.)
Public methodGetData

Returns the data from the last OIV.Inventor.Misc.SoByteStream.Convert(OIV.Inventor.Nodes.SoNode, System.Boolean) operation.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetNumBytes

Returns the number of bytes from the last OIV.Inventor.Misc.SoByteStream.Convert(OIV.Inventor.Nodes.SoNode, System.Boolean) operation.

Public methodGetType (Inherited from Object.)
Public methodIsRawData
Public methodToString (Inherited from Object.)
Public methodStatic memberUnconvert(SbNativeArrayByte)
Public methodStatic memberUnconvert(SoByteStream)

Takes byte stream data and unconverts it back to scene graph objects.

Top
See Also