SetLength Method (C1ZStreamReader)
In This Topic
Sets the number of compressed bytes to read from the underlying stream.
Syntax
'Declaration
Public Overrides Sub SetLength( _
ByVal As Long _
)
public override void SetLength(
long
)
Parameters
- value
See Also