Uses of Class
com.hierynomus.smbj.share.File
-
Packages that use File Package Description com.hierynomus.smbj.share -
-
Uses of File in com.hierynomus.smbj.share
Fields in com.hierynomus.smbj.share declared as File Modifier and Type Field Description private File
FileInputStream. file
Methods in com.hierynomus.smbj.share that return File Modifier and Type Method Description File
DiskShare. openFile(java.lang.String path, java.util.Set<AccessMask> accessMask, java.util.Set<FileAttributes> attributes, java.util.Set<SMB2ShareAccess> shareAccesses, SMB2CreateDisposition createDisposition, java.util.Set<SMB2CreateOptions> createOptions)
Methods in com.hierynomus.smbj.share with parameters of type File Modifier and Type Method Description private 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 File Constructor Description FileInputStream(File file, int bufferSize, long readTimeout, ProgressListener progressListener)
-