 | ByteBlock Constructor (Int32) |
Initializes a new instance of the
ByteBlock class
Namespace:
GZipStreamTool.Base.Core
Assembly:
GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ByteBlock(
int byteBlockSize
)
Public Sub New (
byteBlockSize As Integer
)
public:
ByteBlock(
int byteBlockSize
)
new :
byteBlockSize : int -> ByteBlock
Parameters
- byteBlockSize
- Type: SystemInt32
[Missing <param name="byteBlockSize"/> documentation for "M:GZipStreamTool.Base.Core.ByteBlock.#ctor(System.Int32)"]
See Also