public class HTMLDataSource extends Object implements DataSource
| 构造器和说明 |
|---|
HTMLDataSource(String html) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentType() |
InputStream |
getInputStream() |
String |
getName() |
OutputStream |
getOutputStream() |
public HTMLDataSource(String html)
public InputStream getInputStream() throws IOException
getInputStream 在接口中 DataSourceIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream 在接口中 DataSourceIOExceptionpublic String getContentType()
getContentType 在接口中 DataSourcepublic String getName()
getName 在接口中 DataSourceCopyright © 2021. All rights reserved.