Buffer.BufferException, Buffer.PlainBuffer
Constructor and Description |
---|
SFTPPacket() |
SFTPPacket(Buffer<T> buf) |
SFTPPacket(PacketType pt) |
Modifier and Type | Method and Description |
---|---|
T |
putFileAttributes(FileAttributes fa) |
T |
putType(PacketType type) |
FileAttributes |
readFileAttributes() |
PacketType |
readType() |
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
public SFTPPacket()
public SFTPPacket(PacketType pt)
public FileAttributes readFileAttributes() throws SFTPException
SFTPException
public PacketType readType() throws SFTPException
SFTPException
public T putFileAttributes(FileAttributes fa)
public T putType(PacketType type)