public class ThreadBoundCopiesSupplier<T extends SeekableSource> extends Object implements Closeable, SeekableSourceSupplier<T>
SeekableSource using the provided supplier. When closed, all the generated copies are closed as well.| Constructor and Description |
|---|
ThreadBoundCopiesSupplier(SeekableSourceSupplier<T> supplier) |
public ThreadBoundCopiesSupplier(SeekableSourceSupplier<T> supplier)
public T get() throws IOException
get in interface SeekableSourceSupplier<T extends SeekableSource>IOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2018 sejda. All rights reserved.