Class BlobWritableByteChannel
java.lang.Object
io.aiven.kafka.connect.azure.sink.BlobWritableByteChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,WritableByteChannel
-
Constructor Summary
ConstructorsConstructorDescriptionBlobWritableByteChannel
(com.azure.storage.blob.specialized.BlobOutputStream blobOutputStream) -
Method Summary
-
Constructor Details
-
BlobWritableByteChannel
public BlobWritableByteChannel(com.azure.storage.blob.specialized.BlobOutputStream blobOutputStream)
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-