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

All Implemented Interfaces:
    MessageRequestId

Field Summary
public static final  int SSH_FXP_FSTAT     
Constructor:
 public SshFxpFStat() 
 public SshFxpFStat(UnsignedInteger32 id,
    byte[] handle) 
    Creates a new SshFxpFStat object.
    Parameters:
    id -
    handle -
Method from com.sshtools.j2ssh.sftp.SshFxpFStat Summary:
constructByteArray,   constructMessage,   getHandle,   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.SshFxpFStat Detail:
 public  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException, IOException 
 public  void constructMessage(ByteArrayReader bar) throws InvalidMessageException, IOException 
 public byte[] getHandle() 
 public UnsignedInteger32 getId() 
 public String getMessageName()