| 程序包 | 说明 |
|---|---|
| com.nlf.extend.web | |
| com.nlf.extend.web.impl | |
| com.nlf.extend.web.view |
| 限定符和类型 | 方法和说明 |
|---|---|
static StreamView |
WebView.stream(InputStream inputStream) |
static StreamView |
WebView.stream(InputStream inputStream,
String name) |
static StreamView |
WebView.stream(InputStream inputStream,
String name,
long size) |
static StreamView |
WebView.stream(InputStream inputStream,
String name,
String contentType) |
static StreamView |
WebView.stream(InputStream inputStream,
String name,
String contentType,
long size) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DefaultWebResponse.sendStream(StreamView streamView) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileView
文件
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamView |
StreamView.setContentType(String contentType) |
StreamView |
StreamView.setInputStream(InputStream inputStream) |
StreamView |
StreamView.setName(String name) |
StreamView |
StreamView.setSize(long size) |
Copyright © 2020. All Rights Reserved.