Class CopyProgressEvent

java.lang.Object
org.apache.ivy.util.CopyProgressEvent

public class CopyProgressEvent extends Object
Event reporting a stream copy progression
  • Constructor Details

    • CopyProgressEvent

      public CopyProgressEvent()
    • CopyProgressEvent

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

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

    • update

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

      public long getTotalReadBytes()
    • getBuffer

      public byte[] getBuffer()
    • getReadBytes

      public int getReadBytes()