LimitedInputStream
, MultipartStream.ItemInputStream
public interface Closeable
Modifier and Type | Method | Description |
---|---|---|
void |
close() |
Closes the object.
|
boolean |
isClosed() |
Returns, whether the object is already closed.
|
void close() throws java.io.IOException
java.io.IOException
- An I/O error occurred.boolean isClosed() throws java.io.IOException
java.io.IOException
- An I/O error occurred.Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.