public interface Blob
OutputStream.| Modifier and Type | Method and Description |
|---|---|
BlobDescriptor |
writeTo(java.io.OutputStream outputStream)
Writes the BLOB to an
OutputStream. |
BlobDescriptor writeTo(java.io.OutputStream outputStream) throws java.io.IOException
OutputStream. Does not close the outputStream.outputStream - the OutputStream to write toBlobDescriptor of the written BLOBjava.io.IOException - if writing the BLOB fails