public final class FileInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOGGER
Logger for this class
|
Modifier and Type | Method and Description |
---|---|
long |
getContiguousBytes()
No of contiguous bytes of this file at the destination.
|
int |
getErrCode()
Error code
|
String |
getErrDescription()
Error description
|
String |
getFileChecksum()
The file checksum
|
String |
getFileChecksumType()
The type of file checksum algorithm.
|
String |
getName() |
long |
getSizeBytes()
Size of the file
|
long |
getStartByte()
Byte position where transfer is resumed
|
FileState |
getState() |
long |
getWrittenBytes()
Bytes of this file written at the destination
|
protected void |
processFasp1MgmtMessage(com.asperasoft.faspmanager.FaspMessage message) |
protected void |
processFasp2MgmtMessage(com.asperasoft.faspmanager.FaspMessage message) |
public long getContiguousBytes()
public long getSizeBytes()
public long getStartByte()
public long getWrittenBytes()
protected void processFasp1MgmtMessage(com.asperasoft.faspmanager.FaspMessage message)
protected void processFasp2MgmtMessage(com.asperasoft.faspmanager.FaspMessage message)
public String getFileChecksum()
public String getFileChecksumType()
public int getErrCode()
public String getErrDescription()
public String getName()
public FileState getState()
Copyright © 2015 Aspera Inc.. All rights reserved.