public class FastDfsInputStream extends InputStream
封装FastDFS数据流
2020-02-03 17:01
| 构造器和说明 |
|---|
FastDfsInputStream(InputStream ins,
long size) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
boolean |
isReadCompleted()
是否已完成读取
|
int |
read() |
int |
read(byte[] args,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic FastDfsInputStream(InputStream ins, long size)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] args,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionpublic boolean isReadCompleted()
Copyright © 2021. All rights reserved.