|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentStream
Content stream.
| Method Summary | |
|---|---|
BigInteger |
getBigLength()
Returns the length of stream. |
String |
getFileName()
Returns the file name of the stream. |
long |
getLength()
Returns the length of stream. |
String |
getMimeType()
Returns the MIME type of the stream. |
InputStream |
getStream()
Returns the stream. |
| Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData |
|---|
getExtensions, setExtensions |
| Method Detail |
|---|
long getLength()
-1 if the
length is unknownBigInteger getBigLength()
null if the
length is unknownString getMimeType()
null if the MIME type
is unknownString getFileName()
null if the file name
is unknownInputStream getStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||