Package cn.net.pap.common.webdav
Class WebDavUtil
java.lang.Object
cn.net.pap.common.webdav.WebDavUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
org.apache.jackrabbit.webdav.MultiStatusResponse[]
void
transStream2File
(InputStream is, String fileName) void
upload
(String uri, FileInputStream fis)
-
Constructor Details
-
WebDavUtil
-
-
Method Details
-
delete
- Throws:
IOException
-
upload
- Throws:
IOException
-
mkdir
- Throws:
IOException
-
download
- Throws:
IOException
-
propfind
public org.apache.jackrabbit.webdav.MultiStatusResponse[] propfind(String testuri) throws IOException - Throws:
IOException
-
transStream2File
- Throws:
IOException
-