StreamToolsThreadSafeStreamToArray Method (Int64, Int64, Int32, Int32) |
Namespace:
NetworkCommsDotNet.Tools
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic byte[] ToArray(
long start,
long length,
int numberZeroBytesPrefix = 0,
int numberZeroBytesAppend = 0
)
Parameters
- start
- Type: SystemInt64
- length
- Type: SystemInt64
- numberZeroBytesPrefix (Optional)
- Type: SystemInt32
- numberZeroBytesAppend (Optional)
- Type: SystemInt32
Return Value
Type:
Byte
See Also