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