|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFile
IFile
| Method Summary | |
|---|---|
IAttributeSet |
getAttributeSet()
attribute set retrieval |
java.lang.Double |
getCompressionRatio()
compression ratio (transformed file length / original file length) |
java.io.File |
getFile()
file handle retrieval |
java.lang.String |
getId()
file id retrieval (convinience method) |
long |
getLength()
file length retrieval (bytes) |
java.lang.String |
getName()
local file name retrieval |
java.lang.String |
getOriginalFilePath()
oroginal file path retrieval, used when original file replaced with transformed (i.e. zipped) |
java.lang.String |
getPath()
local file path retrieval |
boolean |
isDirectory()
shows whether file is directory |
boolean |
isDrive()
shows whether file is drive |
boolean |
isFile()
shows whether file is normal file |
boolean |
isFileSystem()
shows whether file belongs to filesystem or not |
void |
setId(java.lang.String id)
id assignment |
| Method Detail |
|---|
java.lang.String getId()
void setId(java.lang.String id)
java.io.File getFile()
java.lang.String getPath()
java.lang.String getName()
long getLength()
boolean isDirectory()
boolean isFile()
boolean isFileSystem()
boolean isDrive()
IAttributeSet getAttributeSet()
java.lang.String getOriginalFilePath()
java.lang.Double getCompressionRatio()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||