| Modifier and Type | Method and Description |
|---|---|
static Blob |
from(BlobWriter writer) |
static Blob |
from(InputStream inputStream) |
static Blob |
from(Path file) |
static Blob |
from(String content) |
static String |
writeToString(Blob blob)
Writes the BLOB to a string.
|
public static Blob from(InputStream inputStream)
public static Blob from(BlobWriter writer)
public static String writeToString(Blob blob) throws IOException
IOExceptionCopyright © 2018. All rights reserved.