public class ScanRange extends XmlSerialization
| 构造器和说明 |
|---|
ScanRange() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder)
Formats the input settings into the XML request
|
ScanRange |
withEnd(long end)
Sets the offset of the last byte of data to scan
|
ScanRange |
withStart(long start)
Sets the offset of the first byte of data to scan
Default is the beginning of the file
|
charToStringpublic ScanRange withStart(long start)
start - Start offset of the scan rangepublic ScanRange withEnd(long end)
end - Start offset of the scan rangepublic void appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder)
xmlBuilder - The xml serializerCopyright © 2023. All rights reserved.