public abstract class AbstractProducer<S> extends Object implements IProducer<S>
| 限定符和类型 | 字段和说明 |
|---|---|
protected InputStream |
stream |
| 构造器和说明 |
|---|
AbstractProducer() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
exists() |
long |
length() |
long |
modified() |
boolean |
produce(File target) |
boolean |
produce(File target,
int offset,
int length) |
boolean |
produce(OutputStream target) |
boolean |
produce(OutputStream target,
int offset,
int length) |
InputStream |
stream() |
String |
uri() |
protected InputStream stream
public boolean produce(OutputStream target)
public boolean produce(OutputStream target, int offset, int length)
public InputStream stream()
Copyright (c) 2002-2020 Luther Inc.