Interface Closeable
- All Known Implementing Classes:
LimitedInputStream
,MultipartStream.ItemInputStream
public interface Closeable
Interface of an object, which may be closed.
-
Method Summary
-
Method Details
-
close
-
isClosed
Returns, whether the object is already closed.- Returns:
- True, if the object is closed, otherwise false.
- Throws:
IOException
- An I/O error occurred.
-