|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Document
Document model interface for operations on the IContentRepository.
| Method Summary | |
|---|---|
InputStream |
getInputStream()
An input stream on the byte[] stored in the IContentRepository. |
Reader |
getReader()
A reader on the byte[] stored in the IContentRepository where
bytes are decoded to characters using the encoding identified by
DocumentHeader.getContentEncoding(). |
| Methods inherited from interface com.bigdata.bfs.DocumentHeader |
|---|
asMap, exists, getContentEncoding, getContentType, getEarliestVersionCreateTime, getId, getMetadataUpdateTime, getProperty, getVersion, getVersionCreateTime |
| Method Detail |
|---|
InputStream getInputStream()
IContentRepository.
Reader getReader()
throws UnsupportedEncodingException
IContentRepository where
bytes are decoded to characters using the encoding identified by
DocumentHeader.getContentEncoding().
IllegalStateException - if the DocumentHeader.getContentEncoding() is not
set.
UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||