public class CopyProgressEvent
extends java.lang.Object
Constructor | Description |
---|---|
CopyProgressEvent() |
|
CopyProgressEvent(byte[] buffer,
int read,
long total) |
|
CopyProgressEvent(byte[] buffer,
long total) |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
getBuffer() |
|
int |
getReadBytes() |
|
long |
getTotalReadBytes() |
|
protected CopyProgressEvent |
update(byte[] buffer,
int read,
long total) |
public CopyProgressEvent()
public CopyProgressEvent(byte[] buffer, int read, long total)
public CopyProgressEvent(byte[] buffer, long total)
protected CopyProgressEvent update(byte[] buffer, int read, long total)
public long getTotalReadBytes()
public byte[] getBuffer()
public int getReadBytes()