Uses of Interface
jcifs.internal.fscc.FileInformation
-
Packages that use FileInformation Package Description jcifs.internal.fscc jcifs.internal.smb1.trans2 jcifs.internal.smb2.info -
-
Uses of FileInformation in jcifs.internal.fscc
Subinterfaces of FileInformation in jcifs.internal.fscc Modifier and Type Interface Description interfaceBasicFileInformationClasses in jcifs.internal.fscc that implement FileInformation Modifier and Type Class Description classFileBasicInfoclassFileEndOfFileInformationclassFileInternalInfoclassFileRenameInformation2classFileStandardInfo -
Uses of FileInformation in jcifs.internal.smb1.trans2
Methods in jcifs.internal.smb1.trans2 with type parameters of type FileInformation Modifier and Type Method Description <T extends FileInformation>
TTrans2QueryPathInformationResponse. getInfo(Class<T> type)Methods in jcifs.internal.smb1.trans2 that return FileInformation Modifier and Type Method Description FileInformationTrans2QueryPathInformationResponse. getInfo()Constructors in jcifs.internal.smb1.trans2 with parameters of type FileInformation Constructor Description Trans2SetFileInformation(Configuration config, int fid, FileInformation info) -
Uses of FileInformation in jcifs.internal.smb2.info
Methods in jcifs.internal.smb2.info with type parameters of type FileInformation Modifier and Type Method Description <T extends FileInformation & Encodable>
voidSmb2SetInfoRequest. setFileInformation(T fi)
-