Class CopyChunkResponse


  • public class CopyChunkResponse
    extends java.lang.Object
    https://msdn.microsoft.com/en-us/library/cc246549.aspx
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyChunkResponse()  
      CopyChunkResponse​(long chunksWritten, long chunkBytesWritten, long totalBytesWritten)  
    • Method Summary

      Modifier and Type Method Description
      long getChunkBytesWritten()  
      long getChunksWritten()  
      long getTotalBytesWritten()  
      void read​(SMBBuffer in)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CopyChunkResponse

        public CopyChunkResponse()
      • CopyChunkResponse

        public CopyChunkResponse​(long chunksWritten,
                                 long chunkBytesWritten,
                                 long totalBytesWritten)
    • Method Detail

      • getChunksWritten

        public long getChunksWritten()
      • getChunkBytesWritten

        public long getChunkBytesWritten()
      • getTotalBytesWritten

        public long getTotalBytesWritten()