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
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.commons.io.input.ProxyInputStream
IOException
Copyright © 2019 Vitam. All rights reserved.