shadow:io

Interface CanClose

interface CanClose

Interface CanClose specifies that a class can be closed. This operation is usually applied to files, streams, network connections, and similar I/O abstractions.

Method Summary

Modifiers Return Types Method and Description
public () close()

Method called to close the I/O stream.

Method Detail

close

public close() => ()

Method called to close the I/O stream.