public class CheckableInputStream
extends org.apache.commons.io.input.ProxyInputStream
in| Constructor and Description |
|---|
CheckableInputStream(InputStream proxy) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterRead(int n) |
boolean |
isDataRead() |
public CheckableInputStream(InputStream proxy)
protected void afterRead(int n)
throws IOException
afterRead in class org.apache.commons.io.input.ProxyInputStreamIOExceptionpublic boolean isDataRead()
Copyright © 2021. All rights reserved.