Package com.sshtools.client.sftp
Class SftpMessage
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
com.sshtools.common.util.ByteArrayReader
com.sshtools.client.sftp.SftpMessage
- All Implemented Interfaces:
Message
,Closeable
,AutoCloseable
-
Field Summary
Fields inherited from class com.sshtools.common.util.ByteArrayReader
encode
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
-
Method Summary
Methods inherited from class com.sshtools.common.util.ByteArrayReader
array, close, decodeString, dispose, getCharsetEncoding, getPosition, readBigInteger, readBinaryString, readBoolean, readFully, readFully, readInt, readInt, readMPINT, readMPINT32, readShort, readShort, readString, readString, readUINT32, readUINT64, setCharsetEncoding, silentClose
Methods inherited from class java.io.ByteArrayInputStream
available, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferTo
Methods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Method Details
-
getType
public int getType() -
getMessageId
public int getMessageId()- Specified by:
getMessageId
in interfaceMessage
-
release
public void release()
-