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:
writein interfaceWritableByteChannel- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-