クラス SrvCopyChunkCopyResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.SrvCopyChunkCopyResponse
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 SrvCopyChunkCopyResponse()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 intdecode(byte[] buffer, int bufferIndex, int len)intgetChunkBytesWritten()intgetChunksWritten()intgetTotalBytesWritten()
-
-
-
メソッドの詳細
-
getChunkBytesWritten
public int getChunkBytesWritten()
- 戻り値:
- the chunkBytesWritten
-
getChunksWritten
public int getChunksWritten()
- 戻り値:
- the chunksWritten
-
getTotalBytesWritten
public int getTotalBytesWritten()
- 戻り値:
- the totalBytesWritten
-
decode
public int decode(byte[] buffer, int bufferIndex, int len) throws SMBProtocolDecodingException- 定義:
decodeインタフェース内Decodable- 戻り値:
- decoded length
- 例外:
SMBProtocolDecodingException- 関連項目:
Decodable.decode(byte[], int, int)
-
-