SoByteStream Methods |
The SoByteStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | Convert(SoNode) | Calls Convert(node, true). |
![]() | Convert(SoPath) | Calls Convert(path, true). |
![]() | Convert(SoPathList) | Calls Convert(pathList, true). |
![]() | Convert(SoNode, Boolean) | Converts the passed scene graph object(s) into a byte stream. |
![]() | Convert(SoPath, Boolean) | Converts the passed scene graph object(s) into a byte stream. |
![]() | Convert(SoPathList, Boolean) | Converts the passed scene graph object(s) into a byte stream. |
![]() | Equals | (Inherited from Object.) |
![]() | GetData | Returns the data from the last convert() operation. |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetLongNumBytes | Obsolete. Returns the number of bytes from the last convert() operation. |
![]() | GetNumBytes | Returns the number of bytes from the last convert() operation. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsRawData | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Unconvert(SbNativeArrayByte) | |
![]() ![]() | Unconvert(SbNativeByteArray) | Obsolete.
See documentation for more details.
Returns reference to data.
|
![]() ![]() | Unconvert(SoByteStream) | Takes byte stream data and unconverts it back to scene graph objects. |