| java.lang.Object | ||||
| ↳ | java.io.InputStream | |||
| ↳ | java.io.FilterInputStream | |||
| ↳ | org.apache.commons.io.input.ProxyInputStream | |||
| ↳ | com.atlassian.jira.issue.attachment.CustomCloseableInputStream | |||
A proxy input stream that allows for custom behaviour when the close() method is called.
|
[Expand]
Inherited Fields | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.io.FilterInputStream
| ||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.commons.io.input.ProxyInputStream
| |||||||||||||||||||||||||||||||||||
From class
java.io.FilterInputStream
| |||||||||||||||||||||||||||||||||||
From class
java.io.InputStream
| |||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||
From interface
java.io.Closeable
| |||||||||||||||||||||||||||||||||||

