com.maverick.sftp
Class SftpMessage

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.ByteArrayInputStream
          extended bycom.maverick.crypto.io.ByteArrayReader
              extended bycom.maverick.sftp.SftpMessage
All Implemented Interfaces:
com.maverick.ssh.message.Message

public class SftpMessage
extends com.maverick.crypto.io.ByteArrayReader
implements com.maverick.ssh.message.Message


Field Summary
 
Fields inherited from class com.maverick.crypto.io.ByteArrayReader
encode
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Method Summary
 int getMessageId()
           
 int getType()
           
 
Methods inherited from class com.maverick.crypto.io.ByteArrayReader
array, getCharsetEncoding, getPosition, readBigInteger, readBinaryString, readBoolean, readFully, readFully, readInt, readInt, readMPINT, readMPINT32, readShort, readString, readString, readUINT32, readUINT64, setCharsetEncoding
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public int getType()

getMessageId

public int getMessageId()
Specified by:
getMessageId in interface com.maverick.ssh.message.Message


Copyright © 2003 3SP LTD. All Rights Reserved.