@Override
 public void writeBlob(String blobName, InputStream inputStream, long blobSize)
     throws IOException {
   delegate.writeBlob(blobName, inputStream, blobSize);
 }