- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface BlobWriter
This function writes the contents of a BLOB. This function should write the same BLOB regardless
of the number of times it is called.