Returns data from the specified portion of Stream
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- start
- Type: System Int64
The start position of the desired bytes
- length
- Type: System Int64
The total number of desired bytes, not including the zero byte prefix and append parameters
- numberZeroBytesPrefix (Optional)
- Type: System Int32
If non zero will append N 0 value bytes to the start of the returned array
- numberZeroBytesAppend (Optional)
- Type: System Int32
If non zero will append N 0 value bytes to the end of the returned array
Return Value
Type: Byte[Missing <returns> documentation for "M:NetworkCommsDotNet.Tools.StreamTools.ThreadSafeStream.ToArray(System.Int64,System.Int64,System.Int32,System.Int32)"]
See Also