Uses of Class
com.hierynomus.smbj.share.File
Packages that use File
-
Uses of File in com.hierynomus.smbj.share
Fields in com.hierynomus.smbj.share declared as FileMethods 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 TypeMethodDescriptionprivate static SMB2IoctlResponse
File.copyChunk
(Share share, File target, CopyChunkRequest request) See [MS-SMB2] 2.2.31.1.1 SRV_COPYCHUNK https://msdn.microsoft.com/en-us/library/cc246546.aspxvoid
File.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.void
File.remoteCopyTo
(File destination) Performs a remote file copy of this file to the given file.private static void
File.remoteFileCopy
(File source, long sourceOffset, File destination, long destinationOffset, long length) Remote copy logic as described in https://msdn.microsoft.com/en-us/library/cc246475.aspxConstructors in com.hierynomus.smbj.share with parameters of type FileModifierConstructorDescription(package private)
FileInputStream
(File file, int bufferSize, long readTimeout, ProgressListener progressListener)