- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getTransferredBytes (0.09 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/ArtifactTransferEvent.java
} /** * @param localFile The local file to set. */ public void setLocalFile(File localFile) { this.localFile = localFile; } public long getTransferredBytes() { return transferredBytes; } public void setTransferredBytes(long transferredBytes) { this.transferredBytes = transferredBytes; } public byte[] getDataBuffer() {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 7.7K bytes - Viewed (0)