|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tika.metadata.MetadataHelper
TikaInputStream
instead
public class MetadataHelper
Collection of static helper methods for handling metadata.
Method Summary | |
---|---|
static java.io.InputStream |
getInputStream(java.net.URL url,
Metadata metadata)
Deprecated. Returns the content at the given URL, and sets any related metadata entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.io.InputStream getInputStream(java.net.URL url, Metadata metadata) throws java.io.IOException
url
- the URL of the resource to be readmetadata
- where the resource metadata is stored
java.io.IOException
- if the URL can not be accessed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |