org.apache.ivy.util
public class CopyProgressEvent extends Object
| Constructor Summary | |
|---|---|
| CopyProgressEvent() | |
| CopyProgressEvent(byte[] buffer, int read, long total) | |
| CopyProgressEvent(byte[] buffer, long total) | |
| Method Summary | |
|---|---|
| byte[] | getBuffer() |
| int | getReadBytes() |
| long | getTotalReadBytes() |
| protected CopyProgressEvent | update(byte[] buffer, int read, long total) |