-
close
public void close()
Closes the stream and releases any system resources associated with it. Once the stream has been closed, further read(), ready(), mark(), reset(), or skip() invocations will throw an IOException. Closing a previously closed stream has no effect. This method will block while there is another thread blocking on the reader.
-
Specified by:
-
close in interface CloseableAutoCloseable
-
Specified by:
-
close in interface AutoCloseableCloseable
-
Specified by:
-
close in class Reader
|
-
close
public void close()
Closes the stream and releases any system resources associated with it. Once the stream has been closed, further read(), ready(), mark(), reset(), or skip() invocations will throw an IOException. Closing a previously closed stream has no effect.
-
Specified by:
-
close in interface Closeable
-
Specified by:
-
close in interface AutoCloseable
-
Specified by:
-
close in class Reader
|
-
close
public void close()
Closes the stream and releases any system resources associated with it. Once the stream has been closed, further read(), ready(), mark(), reset(), or skip() invocations will throw an IOException. Closing a previously closed stream has no effect. This method will block while there is another thread blocking on the reader.
-
Specified by:
-
close in interface AutoCloseable
-
Specified by:
-
close in interface Closeable
-
Specified by:
-
close in class Reader
|
|