Click or drag to resize
SbNativeArrayTWrite Method
Overload List
  NameDescription
Public methodWrite(T)
Copy an element to current stream position and advances the current position within this stream by 1.
Public methodWrite(SbNativeArrayT)
Copy elements from the source array. Use the current Position as start position.
Public methodWrite(Byte, Int32, Int32)
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides StreamWrite(Byte, Int32, Int32).)
Public methodWrite(SbNativeArrayT, Int32, Int32)
Copy elements from the source array. Use the current Position as start position.
Top
See Also