Click or drag to resize
ByteBlockReaderRead Method (FileStream, Int32)

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

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,
	int byteBlockSize
)

Parameters

fs
Type: System.IOFileStream

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

byteBlockSize
Type: SystemInt32

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

Return Value

Type: IEnumerableByteBlock

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

See Also