public interface InputContext
InputContext
...Modifier and Type | Method and Description |
---|---|
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.
|
String |
getContentType()
Return the content type or
null |
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.
|
String |
getProperty(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()
InputStream getInputStream()
long getModificationTime()
String getContentLanguage()
null
long getContentLength()
String getContentType()
null
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.