interface Closer
An abstract interface which when implemented provides an interface to close files/resources that were previously opened.
Methods
close(): voidCloses the resource, "freeing" the backing file/resource.
An abstract interface which when implemented provides an interface to close files/resources that were previously opened.
close(): voidCloses the resource, "freeing" the backing file/resource.