Click or drag to resize
SbNativeArrayT Methods

The SbNativeArrayT generic type exposes the following members.

Methods
  NameDescription
Public methodBeginRead (Inherited from Stream.)
Public methodBeginWrite (Inherited from Stream.)
Public methodClose (Inherited from Stream.)
Public methodStatic memberCopy(SbNativeArrayT, SbNativeArrayT, Int32)
Copy elements from source to destination array. Positions remain unchanged in source and destination object.
Public methodStatic memberCopy(SbNativeArrayT, Int32, SbNativeArrayT, Int32, Int32)
Copy count elements from source (starting at sourceIndex) to destination (starting at destinationIndex).
Public methodCopyTo(Stream) (Inherited from Stream.)
Public methodCopyTo(Stream, Int32) (Inherited from Stream.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Public methodDispose (Inherited from Stream.)
Public methodEndRead (Inherited from Stream.)
Public methodEndWrite (Inherited from Stream.)
Public methodEquals (Inherited from Object.)
Public methodFlush
Overrides the Flush method so that no action is performed.
(Overrides StreamFlush.)
Public methodGetBuffer
Returns the array of elements of type T from which this stream was created.
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Public methodRead
Read one element from current stream position and advances the position within the stream by 1.
Public methodRead(NullableT)
Read one element from current stream position and advances the position within the stream by 1.
Public methodRead(Byte, Int32, Int32)
Reads the specified number of bytes into the specified array and advances the position within the stream by the number of bytes read.
(Overrides StreamRead(Byte, Int32, Int32).)
Public methodReadBlock
Copies element from the current stream to an array and advances the position within the stream by the number of elements read.
Public methodReadByte (Inherited from Stream.)
Public methodSeek
Sets the current position of the current stream to the given value.
(Overrides StreamSeek(Int64, SeekOrigin).)
Public methodSetLength
Sets the current position of the current stream to the given value.
(Overrides StreamSetLength(Int64).)
Public methodToArray
Copy elements in this instance to an array of type T.
Public methodToArray(Int32, Int32)
Copy elements in this instance to an array of type element type.
Public methodToString (Inherited from Object.)
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.
Public methodWriteBlock(T)
Writes a sequence of elements to the current stream and advances the current position within this stream by the number of elements written.
Public methodWriteBlock(T, Int32, Int32)
Writes a sequence of elements to the current stream and advances the current position within this stream by the number of elements written.
Public methodWriteByte (Inherited from Stream.)
Top
See Also