public abstract class AbstractBmcCustomOutputStream extends OutputStream
OutputStream
abstract class for custom write stream for users to configure
their own streams. Since the constructor is invoked using reflection, subclasses are not allowed
to modify the constructorConstructor and Description |
---|
AbstractBmcCustomOutputStream(BmcPropertyAccessor propertyAccessor,
com.oracle.bmc.objectstorage.transfer.UploadManager uploadManager,
int bufferSizeInBytes,
BiFunction<Long,InputStream,com.oracle.bmc.objectstorage.transfer.UploadManager.UploadRequest> requestBuilderFn) |
@ConstructorProperties(value={"propertyAccessor","uploadManager","bufferSizeInBytes","requestBuilderFn"}) public AbstractBmcCustomOutputStream(BmcPropertyAccessor propertyAccessor, com.oracle.bmc.objectstorage.transfer.UploadManager uploadManager, int bufferSizeInBytes, BiFunction<Long,InputStream,com.oracle.bmc.objectstorage.transfer.UploadManager.UploadRequest> requestBuilderFn)
Copyright © 2016–2023. All rights reserved.