public class CountingReaderInputStream extends InputStream
| 构造器和说明 |
|---|
CountingReaderInputStream(Reader reader,
long maxLength) |
public CountingReaderInputStream(Reader reader, long maxLength)
public int read(byte[] buff,
int offset,
int len)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic long getLength()
public void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2022. All rights reserved.