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
encodeFields 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, silentCloseMethods inherited from class java.io.ByteArrayInputStream
available, mark, markSupported, read, read, readAllBytes, readNBytes, reset, skip, transferToMethods inherited from class java.io.InputStream
nullInputStream, read, readNBytes, skipNBytes
-
Method Details
-
getType
public int getType() -
getMessageId
public int getMessageId()- Specified by:
getMessageIdin interfaceMessage
-
release
public void release()
-