public class FileStoreInputStream extends InputStream
| 构造器和说明 |
|---|
FileStoreInputStream(FileStore store,
boolean compression,
boolean alwaysClose) |
public FileStoreInputStream(FileStore store, boolean compression, boolean alwaysClose)
public int available()
available 在类中 InputStreampublic int read(byte[] buff)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreampublic int read()
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2022. All rights reserved.