Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.sftp » [javadoc | source]
com.sshtools.j2ssh.sftp
public class: SshFxpName [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.subsystem.SubsystemMessage
      com.sshtools.j2ssh.sftp.SshFxpName

All Implemented Interfaces:
    MessageRequestId

Field Summary
public static final  int SSH_FXP_NAME     
Constructor:
 public SshFxpName() 
 public SshFxpName(UnsignedInteger32 id,
    SftpFile[] files) 
    Creates a new SshFxpName object.
    Parameters:
    id -
    files -
Method from com.sshtools.j2ssh.sftp.SshFxpName Summary:
constructByteArray,   constructMessage,   getFiles,   getId,   getMessageName
Methods from com.sshtools.j2ssh.subsystem.SubsystemMessage:
constructByteArray,   constructMessage,   fromByteArray,   getMessageName,   getMessageType,   toByteArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.sftp.SshFxpName Detail:
 public  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException, IOException 
 public  void constructMessage(ByteArrayReader bar) throws InvalidMessageException, IOException 
 public SftpFile[] getFiles() 
 public UnsignedInteger32 getId() 
 public String getMessageName()