Package jcifs.internal.smb2.ioctl
Class SrvCopyChunkCopyResponse
- java.lang.Object
-
- jcifs.internal.smb2.ioctl.SrvCopyChunkCopyResponse
-
-
Constructor Summary
Constructors Constructor Description SrvCopyChunkCopyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecode(byte[] buffer, int bufferIndex, int len)intgetChunkBytesWritten()intgetChunksWritten()intgetTotalBytesWritten()
-
-
-
Method Detail
-
getChunkBytesWritten
public int getChunkBytesWritten()
- Returns:
- the chunkBytesWritten
-
getChunksWritten
public int getChunksWritten()
- Returns:
- the chunksWritten
-
getTotalBytesWritten
public int getTotalBytesWritten()
- Returns:
- the totalBytesWritten
-
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)
-
-