| SbNativeArrayT Methods |
The SbNativeArrayT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginRead | (Inherited from Stream.) | |
| BeginWrite | (Inherited from Stream.) | |
| Close | (Inherited from Stream.) | |
| Copy(SbNativeArrayT, SbNativeArrayT, Int32) |
Copy elements from source to destination array.
Positions remain unchanged in source and destination object.
| |
| Copy(SbNativeArrayT, Int32, SbNativeArrayT, Int32, Int32) |
Copy count elements from source (starting at sourceIndex) to destination
(starting at destinationIndex).
| |
| CopyTo(Stream) | (Inherited from Stream.) | |
| CopyTo(Stream, Int32) | (Inherited from Stream.) | |
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| Dispose | (Inherited from Stream.) | |
| EndRead | (Inherited from Stream.) | |
| EndWrite | (Inherited from Stream.) | |
| Equals | (Inherited from Object.) | |
| Flush |
Overrides the Flush method so that no action is performed.
(Overrides StreamFlush.) | |
| GetBuffer |
Returns the array of elements of type T from which this stream was created.
| |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetType | (Inherited from Object.) | |
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| Read |
Read one element from current stream position and advances the position within the
stream by 1.
| |
| Read(NullableT) |
Read one element from current stream position and advances the position within the
stream by 1.
| |
| Read(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).) | |
| ReadBlock |
Copies element from the current stream to an array and advances the position within the
stream by the number of elements read.
| |
| ReadByte | (Inherited from Stream.) | |
| Seek |
Sets the current position of the current stream to the given value.
(Overrides StreamSeek(Int64, SeekOrigin).) | |
| SetLength |
Sets the current position of the current stream to the given value.
(Overrides StreamSetLength(Int64).) | |
| ToArray |
Copy elements in this instance to an array of type T.
| |
| ToArray(Int32, Int32) |
Copy elements in this instance to an array of type element type.
| |
| ToString | (Inherited from Object.) | |
| Write(T) |
Copy an element to current stream position and advances the current position within this stream by 1.
| |
| Write(SbNativeArrayT) |
Copy elements from the source array. Use the current Position
as start position.
| |
| Write(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).) | |
| Write(SbNativeArrayT, Int32, Int32) |
Copy elements from the source array. Use the current Position
as start position.
| |
| WriteBlock(T) |
Writes a sequence of elements to the current stream and advances the current position within this stream by the number of elements written.
| |
| WriteBlock(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.
| |
| WriteByte | (Inherited from Stream.) |