public class DeferredFileBufferingInputStream
extends org.apache.commons.io.input.ProxyInputStream
in| Constructor and Description |
|---|
DeferredFileBufferingInputStream(InputStream sourceInputStream,
long sourceSize,
int maxInMemoryBufferSize,
File tmpDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
public DeferredFileBufferingInputStream(InputStream sourceInputStream, long sourceSize, int maxInMemoryBufferSize, File tmpDirectory) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.commons.io.input.ProxyInputStreamIOExceptionCopyright © 2019 Vitam. All rights reserved.