BlobRef
ByteLongObject
public interface BlobAccessor
Modifier and Type | Method | Description |
---|---|---|
java.io.InputStream |
getInputStream() |
Returns an InputStream that allows us to read the contents of the blob
from start to finish.
|
int |
length() |
Returns the size of the BLOB.
|
int length()
java.io.InputStream getInputStream()
Copyright © 2018. All rights reserved.