RSE
Release 1.0

org.eclipse.rse.services.dstore.files
Class DStoreVirtualHostFile

java.lang.Object
  extended byorg.eclipse.rse.services.dstore.files.DStoreHostFile
      extended byorg.eclipse.rse.services.dstore.files.DStoreVirtualHostFile
All Implemented Interfaces:
IHostFile

public class DStoreVirtualHostFile
extends DStoreHostFile


Field Summary
static int ATTRIBUTE_COMMENT
           
static int ATTRIBUTE_COMPRESSEDSIZE
           
static int ATTRIBUTE_COMPRESSIONMETHOD
           
static int ATTRIBUTE_COMPRESSIONRATIO
           
static int ATTRIBUTE_EXPANDEDSIZE
           
 
Fields inherited from class org.eclipse.rse.services.dstore.files.DStoreHostFile
_element, _isArchive, ATTRIBUTE_CAN_READ, ATTRIBUTE_CAN_WRITE, ATTRIBUTE_CLASSIFICATION, ATTRIBUTE_IS_HIDDEN, ATTRIBUTE_MODIFIED_DATE, ATTRIBUTE_SIZE
 
Constructor Summary
DStoreVirtualHostFile(org.eclipse.dstore.core.model.DataElement element)
           
 
Method Summary
 String getComment()
           
 long getCompressedSize()
           
protected static long getCompressedSize(String attributes)
           
 String getCompressionMethod()
           
 double getCompressionRatio()
           
protected static double getCompressionRatio(String attributes)
           
 long getExpandedSize()
           
protected static long getExpandedSize(String attributes)
           
 
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
 

Field Detail

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
Constructor Detail

DStoreVirtualHostFile

public DStoreVirtualHostFile(org.eclipse.dstore.core.model.DataElement element)
Method Detail

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()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.