net.schmizz.sshj.sftp
Class SFTPPacket<T extends SFTPPacket<T>>
java.lang.Object
net.schmizz.sshj.common.Buffer<T>
net.schmizz.sshj.sftp.SFTPPacket<T>
- Direct Known Subclasses:
- Request, Response
public class SFTPPacket<T extends SFTPPacket<T>>
- extends Buffer<T>
Methods inherited from class net.schmizz.sshj.common.Buffer |
array, available, clear, compact, ensureAvailable, ensureCapacity, getCompactData, getNextPowerOf2, printHex, putBoolean, putBuffer, putByte, putBytes, putBytes, putMPInt, putPublicKey, putRawBytes, putRawBytes, putSensitiveString, putSignature, putString, putString, putString, putUInt32, putUInt64, readBoolean, readByte, readBytes, readMPInt, readPublicKey, readRawBytes, readRawBytes, readString, readStringAsBytes, readUInt32, readUInt32AsInt, readUInt64, rpos, rpos, toString, wpos, wpos |
SFTPPacket
public SFTPPacket()
SFTPPacket
public SFTPPacket(Buffer<T> buf)
SFTPPacket
public SFTPPacket(PacketType pt)
readFileAttributes
public FileAttributes readFileAttributes()
throws SFTPException
- Throws:
SFTPException
readType
public PacketType readType()
throws SFTPException
- Throws:
SFTPException
putFileAttributes
public T putFileAttributes(FileAttributes fa)
putType
public T putType(PacketType type)
Copyright © 2009-2012. All Rights Reserved.