Class XFile
java.lang.Object
net.thevpc.common.xfile.XFile
- Direct Known Subclasses:
JavaURLXFile, JavaXFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract InputStreamabstract OutputStreamgetPath()abstract Stringabstract voidmkdir(boolean parents) static XFileabstract voidrm(boolean recurse)
-
Field Details
-
fs
-
path
-
-
Constructor Details
-
XFile
-
-
Method Details
-
of
-
getPath
-
getInputStream
- Throws:
IOException
-
getOutputStream
- Throws:
IOException
-
rm
- Throws:
IOException
-
mkdir
- Throws:
IOException
-
getProtocol
-