Class UrlFileObject

java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileObject<UrlFileSystem>
org.apache.commons.vfs2.provider.url.UrlFileObject
All Implemented Interfaces:
Closeable, AutoCloseable, Comparable<FileObject>, Iterable<FileObject>, FileObject

A FileObject implementation backed by a URL.

TODO - Implement set lastModified and get/set attribute

TODO - Implement getOutputStream().