LimitedInputStream, MultipartStream.ItemInputStreampublic 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-2018 Apache Software Foundation. All Rights Reserved.