クラス SrvRequestResumeKeyResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.SrvRequestResumeKeyResponse
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SrvRequestResumeKeyResponse()
-
-
-
メソッドの詳細
-
getResumeKey
public byte[] getResumeKey()
- 戻り値:
- the resumeKey
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
-