|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::net::UrlFileImpl Class Reference#include <UrlFileSystem.h>
Inheritance diagram for acdk::net::UrlFileImpl:
List of all members.
Detailed Description
Adapter for the FileImpl interface.
Constructor & Destructor Documentation
acdk::net::UrlFileImpl::UrlFileImpl |
( |
IN(RURL) |
url, |
|
|
IN(RURLConnection) |
connection = Nil |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::net::UrlFileImpl::canRead |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::canWrite |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::createNewFile |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::deleteFile |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::exists |
( |
|
) |
[inline, virtual] |
|
jlong acdk::net::UrlFileImpl::fileCreated |
( |
|
) |
[inline, virtual] |
|
RString acdk::net::UrlFileImpl::getAbsolutePath |
( |
|
) |
[inline, virtual] |
|
RString acdk::net::UrlFileImpl::getCanonicalPath |
( |
|
) |
[inline, virtual] |
|
RString acdk::net::UrlFileImpl::getName |
( |
|
) |
[virtual] |
|
RString acdk::net::UrlFileImpl::getPath |
( |
|
) |
[virtual] |
|
bool acdk::net::UrlFileImpl::isAbsolute |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::isDirectory |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::isFile |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::isHidden |
( |
|
) |
[inline, virtual] |
|
jlong acdk::net::UrlFileImpl::lastModified |
( |
|
) |
[inline, virtual] |
|
jlong acdk::net::UrlFileImpl::length |
( |
|
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::mkdir |
( |
int |
mode = 0777 |
) |
[inline, virtual] |
|
bool acdk::net::UrlFileImpl::renameTo |
( |
IN(acdk::io::RFile) |
dest |
) |
[inline] |
|
bool acdk::net::UrlFileImpl::setLastModified |
( |
jlong |
time |
) |
[inline, virtual] |
|
Member Data Documentation
|
|