ClosableRandomAccessStream.close

Actively closes the stream and frees associated resources.

Closing a stream implies a call to finalize, so that it doesn't need to be called explicitly.

interface ClosableRandomAccessStream
@safe
void
close
()

Meta