Add close method to FileInputStream / FileOutputStream

Is it possible to expose a close() method to both the input and output file streams ?

It is useful when accessing JUCE from languages that have no RAII and relying on the GC to close a file stream might be unpredictable.