public class TransferVolume
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
m_timeStamp
Stores the timestamp, when the transfer was done.
|
private int |
m_transferedBytes
Stores the number of transfered bytes.
|
Constructor and Description |
---|
TransferVolume(int a_volume)
Creates a new instance of TransferVolume.
|
Modifier and Type | Method and Description |
---|---|
long |
getTimeStamp()
Returns the timestamp, when this TransferVolume was created (the transfer was done).
|
int |
getVolume()
Returns the number of transfered bytes.
|
private int m_transferedBytes
private long m_timeStamp
Copyright © 2023. All rights reserved.