Class BlobFsBlockOutputStream
java.lang.Object
java.io.OutputStream
com.here.platform.data.client.hdfs.streams.BlobFsBlockOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBlobFsBlockOutputStream(String layerId, String objectId, int blockSize, int partUploadParallelism, com.here.platform.data.client.engine.scaladsl.WriteEngine writeEngine, scala.concurrent.ExecutionContext executionContext) -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
BlobFsBlockOutputStream
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream
-
write
public void write(int b) - Specified by:
writein classOutputStream
-
write
public void write(byte[] b, int off, int len) - Overrides:
writein classOutputStream
-