你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HandleListHandler 类

  • java.lang.Object
    • DefaultHandler
      • com.microsoft.azure.storage.file.HandleListHandler

public class HandleListHandler

保留供内部使用。 用于反序列化共享列表的类。

方法摘要

修饰符和类型 方法和描述
void characters(char ch[], int start, int length)
void endElement(String uri, String localName, String qName)
ListResponse<FileHandle> getHandleList(final InputStream stream)

分析并返回响应。

void startElement(String uri, String localName, String qName, Attributes attributes)

方法详细信息

characters

public void characters(char ch[], int start, int length)

参数:

ch
start
length

endElement

public void endElement(String uri, String localName, String qName)

参数:

uri
localName
qName

getHandleList

protected static ListResponse getHandleList(final InputStream stream)

分析并返回响应。

参数:

stream

引发:

ParserConfigurationException
SAXException
IOException

startElement

public void startElement(String uri, String localName, String qName, Attributes attributes)

参数:

uri
localName
qName
attributes

适用于