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 FileFileInputStream. fileMethods in com.hierynomus.smbj.share that return File Modifier and Type Method Description FileDiskShare. 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 SMB2IoctlResponseFile. 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.aspxvoidFile. 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.private static voidFile. 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)
-