Package jcifs.internal.smb2.ioctl
Class SrvRequestResumeKeyResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.SrvRequestResumeKeyResponse
-
-
Constructor Summary
Constructors Constructor Description SrvRequestResumeKeyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecode(byte[] buffer, int bufferIndex, int len)byte[]getResumeKey()
-
-
-
Method Detail
-
getResumeKey
public byte[] getResumeKey()
- Returns:
- the resumeKey
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- Specified by:
decodein interfaceDecodable- Returns:
- decoded length
- Throws:
SMBProtocolDecodingException- See Also:
Decodable.decode(byte[], int, int)
-
-