|
Oracle Content Database Web Services Java API Reference 10g Release 1 (10.2) B31408-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for accessing file content.
Method Summary | |
java.io.InputStream |
getContent(long id) Returns the contents of an item identified by the given ID. |
Method Detail |
public java.io.InputStream getContent(long id) throws FdkException
null
will be returned or and exception may be raised, depending on the type of the item.
The caller must call close()
on the returned InputStream
when no longer needed.
id
- The ID of the item to get the content for.InputStream
or null
if the item has no content. The caller must close()
the stream when no longer needed.FdkException
- if the operation fails.
|
Oracle Content Database Web Services Java API Reference 10g Release 1 (10.2) B31408-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |