com.cloudbees.api
Class HashWriteProgress
java.lang.Object
com.cloudbees.api.HashWriteProgress
- All Implemented Interfaces:
- UploadProgress
public class HashWriteProgress
- extends Object
- implements UploadProgress
|
Method Summary |
void |
handleBytesWritten(long deltaCount,
long totalWritten,
long totalToSend)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashWriteProgress
public HashWriteProgress()
handleBytesWritten
public void handleBytesWritten(long deltaCount,
long totalWritten,
long totalToSend)
- Specified by:
handleBytesWritten in interface UploadProgress
- Parameters:
deltaCount - the number of new bytes sent since last notification.totalWritten - the total number of bytes sent so fartotalToSend - the total bytes being sent
Copyright © 2011-2012. All Rights Reserved.