close abstract method

void close()

Closes the file. This only needs to be called manually when stream was requested through getStream but not consumed. Otherwise it is called automatically at the end of value callback or when stream is consumed.

Implementation

void close();