public interface BlobAccessor
Modifier and Type | Method and Description |
---|---|
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()
InputStream getInputStream()
Copyright © 2015. All rights reserved.