public interface NoCloseStream
Modifier and Type | Method and Description |
---|---|
void |
reallyClose()
Actually closes this stream and releases any system
resources associated with the stream, as opposed to
the close() method, which does nothing.
|
void reallyClose() throws java.io.IOException
java.io.IOException
- if an I/O error occurs.Copyright (c) 2001-2020 by Stephen Ostermiller