org.eclipse.rse.services.dstore.files
Class DStoreVirtualHostFile
java.lang.Object
org.eclipse.rse.services.dstore.files.DStoreHostFile
org.eclipse.rse.services.dstore.files.DStoreVirtualHostFile
- All Implemented Interfaces:
- IHostFile
- public class DStoreVirtualHostFile
- extends DStoreHostFile
| Methods inherited from class org.eclipse.rse.services.dstore.files.DStoreHostFile |
canRead, canWrite, exists, getAbsolutePath, getAttribute, getClassification, getClassification, getDataElement, getFileLength, getModifiedDate, getModifiedDate, getName, getNameFromPath, getParentPath, getParentPathFromPath, getSize, internalIsArchive, isArchive, isDirectory, isFile, isHidden, isRoot, renameTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_COMMENT
public static final int ATTRIBUTE_COMMENT
- See Also:
- Constant Field Values
ATTRIBUTE_COMPRESSEDSIZE
public static final int ATTRIBUTE_COMPRESSEDSIZE
- See Also:
- Constant Field Values
ATTRIBUTE_COMPRESSIONMETHOD
public static final int ATTRIBUTE_COMPRESSIONMETHOD
- See Also:
- Constant Field Values
ATTRIBUTE_COMPRESSIONRATIO
public static final int ATTRIBUTE_COMPRESSIONRATIO
- See Also:
- Constant Field Values
ATTRIBUTE_EXPANDEDSIZE
public static final int ATTRIBUTE_EXPANDEDSIZE
- See Also:
- Constant Field Values
DStoreVirtualHostFile
public DStoreVirtualHostFile(org.eclipse.dstore.core.model.DataElement element)
getCompressedSize
protected static long getCompressedSize(String attributes)
getExpandedSize
protected static long getExpandedSize(String attributes)
getCompressionRatio
protected static double getCompressionRatio(String attributes)
getComment
public String getComment()
getCompressedSize
public long getCompressedSize()
getCompressionMethod
public String getCompressionMethod()
getCompressionRatio
public double getCompressionRatio()
getExpandedSize
public long getExpandedSize()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.