public interface InputContext
InputContext
...Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentLanguage()
Returns the content language or
null |
long |
getContentLength()
Returns the length of the data or -1 if the contentlength could not be
determined.
|
java.lang.String |
getContentType()
Return the content type or
null |
java.io.InputStream |
getInputStream()
Returns the input stream of the resource to import.
|
long |
getModificationTime()
Returns the modification time of the resource or the current time if
the modification time has not been set.
|
java.lang.String |
getProperty(java.lang.String propertyName)
Returns the value of the given property or
null if this property does
not exist. |
boolean |
hasStream()
Return true, if there are any data to be imported (and not only properties)
|
boolean hasStream()
java.io.InputStream getInputStream()
long getModificationTime()
java.lang.String getContentLanguage()
null
long getContentLength()
java.lang.String getContentType()
null
java.lang.String getProperty(java.lang.String propertyName)
null
if this property does
not exist.propertyName
- null
Copyright © 2010 - 2020 Adobe. All Rights Reserved