Package com.logicaldoc.importfolder.smb3
Class SMB3File
- java.lang.Object
 - 
- com.logicaldoc.importfolder.smb3.SMB3File
 
 
- 
public class SMB3File extends Object
Represents a file in the SMB2/3 protocol- Since:
 - 8.2.2
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreation()DategetLastModified()StringgetName()StringgetPath()longgetSize()com.hierynomus.msfscc.fileinformation.FileAllInformationgetWrappedEntry()booleanisDirectory() 
 - 
 
- 
- 
Method Detail
- 
getPath
public String getPath()
 
- 
getWrappedEntry
public com.hierynomus.msfscc.fileinformation.FileAllInformation getWrappedEntry()
 
- 
isDirectory
public boolean isDirectory()
 
- 
getName
public String getName()
 
- 
getSize
public long getSize()
 
- 
getLastModified
public Date getLastModified()
 
- 
getCreation
public Date getCreation()
 
 - 
 
 -