Class BlobFsOutputStream
java.lang.Object
java.io.OutputStream
com.here.platform.data.client.hdfs.streams.BlobFsOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBlobFsOutputStream(String layerId, String objectId, com.here.platform.data.client.engine.scaladsl.WriteEngine writeEngine, org.apache.pekko.stream.Materializer materializer) -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Constructor Details
-
BlobFsOutputStream
-
-
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
-