public class FdfsInputStream extends InputStream
| 构造器和说明 |
|---|
FdfsInputStream(InputStream ins,
long size) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
boolean |
isReadCompleted()
是否已完成读取
|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic FdfsInputStream(InputStream ins, long size)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionpublic boolean isReadCompleted()
Copyright © 2018. All rights reserved.