public class URLReader extends Object
Constructor and Description |
---|
URLReader(String urlString) |
URLReader(String urlString,
XMLDoc doc) |
Modifier and Type | Method and Description |
---|---|
void |
addLocalRoot(File root)
add a root for local files
|
File |
getFile() |
JDFDoc |
getJDFDoc() |
InputStream |
getURLInputStream() |
XMLDoc |
getXMLDoc() |
void |
setBodyPart(javax.mail.BodyPart bodyPart) |
void |
setZipReader(ZipReader zip) |
String |
toString() |
public URLReader(String urlString)
urlString
- public void setBodyPart(javax.mail.BodyPart bodyPart)
bodyPart
- public void addLocalRoot(File root)
root
- public void setZipReader(ZipReader zip)
zip
- public InputStream getURLInputStream()
public File getFile()
public XMLDoc getXMLDoc()
public JDFDoc getJDFDoc()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2018. All rights reserved.