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 © 2025. All rights reserved.