Class CopyProgressEvent


  • public class CopyProgressEvent
    extends java.lang.Object
    Event reporting a stream copy progression
    • Constructor Detail

      • CopyProgressEvent

        public CopyProgressEvent()
      • CopyProgressEvent

        public CopyProgressEvent​(byte[] buffer,
                                 int read,
                                 long total)
      • CopyProgressEvent

        public CopyProgressEvent​(byte[] buffer,
                                 long total)
    • Method Detail

      • update

        protected CopyProgressEvent update​(byte[] buffer,
                                           int read,
                                           long total)
      • getTotalReadBytes

        public long getTotalReadBytes()
      • getBuffer

        public byte[] getBuffer()
      • getReadBytes

        public int getReadBytes()