|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::vfile::tar::TarFileImpl Class Reference#include <TarFileImpl.h>
Inheritance diagram for acdk::vfile::tar::TarFileImpl:
List of all members.
Detailed Description
Represents a plugin for Tarfiles The string representation for tar files are: /normal/file/system/path/normal_file.tar@/path/in/archive/file.dat.
Constructor & Destructor Documentation
Member Function Documentation
bool acdk::vfile::tar::TarFileImpl::canRead |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::canWrite |
( |
|
) |
[inline, virtual] |
|
bool acdk::vfile::tar::TarFileImpl::createNewFile |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::deleteFile |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::exists |
( |
|
) |
[virtual] |
|
jlong acdk::vfile::tar::TarFileImpl::fileCreated |
( |
|
) |
[virtual] |
|
RString acdk::vfile::tar::TarFileImpl::getAbsolutePath |
( |
|
) |
[virtual] |
|
RString acdk::vfile::tar::TarFileImpl::getCanonicalPath |
( |
|
) |
[virtual] |
|
RFileSystem acdk::vfile::tar::TarFileImpl::getFileSystem |
( |
|
) |
[virtual] |
|
RString acdk::vfile::tar::TarFileImpl::getName |
( |
|
) |
[virtual] |
|
RString acdk::vfile::tar::TarFileImpl::getParent |
( |
|
) |
|
|
RFile acdk::vfile::tar::TarFileImpl::getParentFile |
( |
|
) |
[virtual] |
|
RString acdk::vfile::tar::TarFileImpl::getPath |
( |
|
) |
[virtual] |
|
RReader acdk::vfile::tar::TarFileImpl::getReader |
( |
|
) |
[virtual] |
|
RWriter acdk::vfile::tar::TarFileImpl::getWriter |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::isAbsolute |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::isDirectory |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::isFile |
( |
|
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::isHidden |
( |
|
) |
[virtual] |
|
jlong acdk::vfile::tar::TarFileImpl::lastModified |
( |
|
) |
[virtual] |
|
jlong acdk::vfile::tar::TarFileImpl::length |
( |
|
) |
[virtual] |
|
RFile acdk::vfile::tar::TarFileImpl::makeChild |
( |
IN(RString) |
subfile |
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::mkdir |
( |
int |
mode = 0777 |
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::renameTo |
( |
IN(RFile) |
dest |
) |
[virtual] |
|
bool acdk::vfile::tar::TarFileImpl::setLastModified |
( |
jlong |
time |
) |
[virtual] |
|
Member Data Documentation
|
|