|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlobAccessor
An interface that provides access to basic information about a BLOB so that we may compare BLOBs implemented in different ways.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int length()
java.io.InputStream getInputStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |