Secure iNet Factory

Uses of Class
com.jscape.inet.file.JAcl.Mask

Packages that use JAcl.Mask
com.jscape.inet.file Contains various support classes for SFTP (FTP over SSH) protocol. 
com.jscape.inet.sftp Contains client classes for communicating with a server using SFTP protocol (FTP over SSH) 
com.jscape.inet.sftp.packets   
com.jscape.inet.sftp.v4   
 

Uses of JAcl.Mask in com.jscape.inet.file
 

Methods in com.jscape.inet.file that return JAcl.Mask
 JAcl.Mask JAcl.getMask()
          Returns the ACL mask value.
 

Methods in com.jscape.inet.file with parameters of type JAcl.Mask
 JRandomAccessFile JFile.getRandomAccessFile(JFileOpenFlags openFlags, JAcl.Mask accessType)
          Provides access to the file contents returning a new JRandomAccessFile instance.
 

Constructors in com.jscape.inet.file with parameters of type JAcl.Mask
JAcl(JAcl.Type type, JAcl.Flag flag, JAcl.Mask mask, java.lang.String who)
           
 

Uses of JAcl.Mask in com.jscape.inet.sftp
 

Methods in com.jscape.inet.sftp with parameters of type JAcl.Mask
 JRandomAccessFile SftpFile.getRandomAccessFile(JFileOpenFlags openFlags, JAcl.Mask accessType)
          Provides access to the file contents returning a new JRandomAccessFile instance.
 byte[] SftpClient.open(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Opens or creates the file.
 

Uses of JAcl.Mask in com.jscape.inet.sftp.packets
 

Methods in com.jscape.inet.sftp.packets that return JAcl.Mask
 JAcl.Mask SshFxpOpen.getAccessType()
          Obtains the file access type.
 

Constructors in com.jscape.inet.sftp.packets with parameters of type JAcl.Mask
SshFxpOpen(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Creates a new packet instance.
 

Uses of JAcl.Mask in com.jscape.inet.sftp.v4
 

Methods in com.jscape.inet.sftp.v4 with parameters of type JAcl.Mask
 byte[] SftpClient4.open(java.lang.String path, JFileOpenFlags flags, JAcl.Mask accessType, SftpFileAttributes attrs)
          Opens or creates the file.
 


Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved