ewe.io
Interface OverridesClose

All Known Implementing Classes:
Catalog, DataProcessorStream, DeflaterOutputStream, RandomAccessFile, SerialPort, Socket

public interface OverridesClose

This interface is used to indicate that an object overrides StreamObject AND overrides its close() method instead of closeStream(). In this case - the closeStream() method will then call the close() method.