Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Finalize(bool)

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

boolcloseStream Specifies whether the input stream should be closed. Optional; defaults to false.