Click or drag to resize
ByteBlockReaderRead Method (FileStream)

[Missing <summary> documentation for "M:GZipStreamTool.Base.Core.ByteBlockReader.Read(System.IO.FileStream)"]

Namespace:  GZipStreamTool.Base.Core
Assembly:  GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IEnumerable<ByteBlock> Read(
	FileStream fs
)

Parameters

fs
Type: System.IOFileStream

[Missing <param name="fs"/> documentation for "M:GZipStreamTool.Base.Core.ByteBlockReader.Read(System.IO.FileStream)"]

Return Value

Type: IEnumerableByteBlock

[Missing <returns> documentation for "M:GZipStreamTool.Base.Core.ByteBlockReader.Read(System.IO.FileStream)"]

See Also