Example #1
0
 /**
  * @param bar
  * @throws java.io.IOException
  * @throws com.sshtools.j2ssh.transport.InvalidMessageException DOCUMENT ME!
  */
 public void constructMessage(ByteArrayReader bar)
     throws java.io.IOException, com.sshtools.j2ssh.transport.InvalidMessageException {
   id = bar.readUINT32();
   path = bar.readString();
   attrs = new FileAttributes(bar);
 }