类 ScanRange
java.lang.Object
com.obs.services.model.select.XmlSerialization
com.obs.services.model.select.ScanRange
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidappendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder) Formats the input settings into the XML requestwithEnd(long end) Sets the offset of the last byte of data to scanwithStart(long start) Sets the offset of the first byte of data to scan Default is the beginning of the file从类继承的方法 com.obs.services.model.select.XmlSerialization
charToString
-
构造器详细资料
-
ScanRange
public ScanRange()
-
-
方法详细资料
-
withStart
Sets the offset of the first byte of data to scan Default is the beginning of the file- 参数:
start- Start offset of the scan range- 返回:
- Self
-
withEnd
Sets the offset of the last byte of data to scan- 参数:
end- Start offset of the scan range- 返回:
- Self
-
appendToXml
public void appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder) Formats the input settings into the XML request- 参数:
xmlBuilder- The xml serializer
-