org.apache.ivy.util
Class CopyProgressEvent
java.lang.Object
org.apache.ivy.util.CopyProgressEvent
public class CopyProgressEvent
- extends java.lang.Object
Event reporting a stream copy progression
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyProgressEvent
public CopyProgressEvent()
CopyProgressEvent
public CopyProgressEvent(byte[] buffer,
int read,
long total)
CopyProgressEvent
public CopyProgressEvent(byte[] buffer,
long total)
update
protected CopyProgressEvent update(byte[] buffer,
int read,
long total)
getTotalReadBytes
public long getTotalReadBytes()
getBuffer
public byte[] getBuffer()
getReadBytes
public int getReadBytes()