|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentStream
Content stream.
Method Summary | |
---|---|
java.math.BigInteger |
getBigLength()
Returns the length of stream. |
java.lang.String |
getFileName()
Returns the file name of the stream. |
long |
getLength()
Returns the length of stream. |
java.lang.String |
getMimeType()
Returns the MIME type of the stream. |
java.io.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 unknownjava.math.BigInteger getBigLength()
null
if the
length is unknownjava.lang.String getMimeType()
null
if the MIME type
is unknownjava.lang.String getFileName()
null
if the file name
is unknownjava.io.InputStream getStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |