public class FileInputStream2 extends InputStream
| 构造器和说明 |
|---|
FileInputStream2(InputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] arg0,
int arg1,
int arg2) |
void |
reset() |
long |
skip(long n) |
readpublic FileInputStream2(InputStream in) throws FileNotFoundException
public void reset()
throws IOException
reset 在类中 InputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 InputStreampublic void mark(int readlimit)
mark 在类中 InputStreampublic int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionpublic int read(byte[] arg0,
int arg1,
int arg2)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2024. All rights reserved.