Click or drag to resize
FileStreamExtensionWrite Method (Int64, Int64)

[Missing <summary> documentation for "M:GZipStreamTool.Base.Extensions.FileStreamExtension.Write(System.Int64,System.Int64)"]

Namespace:  GZipStreamTool.Base.Extensions
Assembly:  GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MemoryStream Write(
	long rangeByteBgn,
	long rangeByteEnd
)

Parameters

rangeByteBgn
Type: SystemInt64

[Missing <param name="rangeByteBgn"/> documentation for "M:GZipStreamTool.Base.Extensions.FileStreamExtension.Write(System.Int64,System.Int64)"]

rangeByteEnd
Type: SystemInt64

[Missing <param name="rangeByteEnd"/> documentation for "M:GZipStreamTool.Base.Extensions.FileStreamExtension.Write(System.Int64,System.Int64)"]

Return Value

Type: MemoryStream

[Missing <returns> documentation for "M:GZipStreamTool.Base.Extensions.FileStreamExtension.Write(System.Int64,System.Int64)"]

See Also