Uses of Class
com.hierynomus.smbj.share.File
Packages that use File
-
Uses of File in com.hierynomus.smbj.share
Methods in com.hierynomus.smbj.share that return FileModifier and TypeMethodDescriptionDiskShare.openFile(String path, Set<AccessMask> accessMask, Set<FileAttributes> attributes, Set<SMB2ShareAccess> shareAccesses, SMB2CreateDisposition createDisposition, Set<SMB2CreateOptions> createOptions) Methods in com.hierynomus.smbj.share with parameters of type FileModifier and TypeMethodDescriptionvoidFile.remoteCopyTo(long offset, File destination, long destinationOffset, long length) Copies the byte range[offset, length]of this file to the range[destinationOffset, length]of the given destination file.voidFile.remoteCopyTo(File destination) Performs a remote file copy of this file to the given file.