Class CopyChunkRequest


  • public class CopyChunkRequest
    extends java.lang.Object
    https://msdn.microsoft.com/en-us/library/cc246547.aspx
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  CopyChunkRequest.Chunk
      https://msdn.microsoft.com/en-us/library/cc246546.aspx
    • Method Summary

      Modifier and Type Method Description
      java.util.List<CopyChunkRequest.Chunk> getChunks()  
      static long getCtlCode()  
      byte[] getResumeKey()  
      void write​(SMBBuffer buffer)  
      • Methods inherited from class java.lang.Object

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

      • CopyChunkRequest

        public CopyChunkRequest​(byte[] resumeKey,
                                java.util.List<CopyChunkRequest.Chunk> chunks)
    • Method Detail

      • getCtlCode

        public static long getCtlCode()
      • getResumeKey

        public byte[] getResumeKey()
      • write

        public void write​(SMBBuffer buffer)