If you are receiving a blob it should be a byte[] so in order to convert it to a Base64 encoded String you could use org.apache.commons.codec.binary.Base64 or ...
確定! 回上一頁