Declaration
public void Finalize(
bool closeStream = false
)
Summary
Finalizes the stream by reading synchronization padding appended by the writer. This call is optional; it is
only required if further data will be read from the same input stream.
Parameters
bool | closeStream |
Specifies whether the input stream should be closed. Optional; defaults to false . |