public class ReparsePointFileInfo extends FileInfo
Contains extra details about a reparse point type file entry.
Constructor and Description |
---|
ReparsePointFileInfo()
Default constructor
|
ReparsePointFileInfo(String name,
long size,
int attr,
int reparseType)
Class constructor
|
ReparsePointFileInfo(String fname,
long fsize,
int fattr,
int fdate,
int ftime)
Construct an SMB file information object.
|
Modifier and Type | Method and Description |
---|---|
int |
getReparsePointType()
Get the reparse point type
|
void |
setReparsePointType(int reparseType)
Set the reparse point type
|
String |
toString()
Return the file information as a string.
|
getAccessDateTime, getAllocationSize, getAllocationSizeInt, getCreationDateTime, getFileAttributes, getFileId, getFileName, getFormattedAttributes, getModifyDateTime, getPath, getShortName, getSize, getSizeInt, hasAccessDateTime, hasAttribute, hasCreationDateTime, hasModifyDateTime, hasShortName, isArchived, isCompressed, isDirectory, isEncrypted, isHidden, isIndexed, isOffline, isReadOnly, isSystem, isTemporary, resetInfo, setAccessDateTime, setAccessDateTime, setAllocationSize, setCreationDateTime, setCreationDateTime, setFileAttributes, setFileId, setFileName, setFileSize, setModifyDateTime, setModifyDateTime, setPath, setShortName, setSize, setSize
public ReparsePointFileInfo()
public ReparsePointFileInfo(String name, long size, int attr, int reparseType)
name
- Stringsize
- longattr
- intreparseType
- intpublic ReparsePointFileInfo(String fname, long fsize, int fattr, int fdate, int ftime)
fname
- File name string.fsize
- File size, in bytes.fattr
- File attributes.fdate
- SMB encoded file date.ftime
- SMB encoded file time.Copyright © 2005–2018 Alfresco Software. All rights reserved.