public class ProgressInputStream extends FilterInputStream
in| 构造器和说明 |
|---|
ProgressInputStream(InputStream in,
ProgressListener listener,
long allSize) |
public ProgressInputStream(InputStream in, ProgressListener listener, long allSize)
public long skip(long n)
throws IOException
skip 在类中 FilterInputStreamIOExceptionpublic int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 FilterInputStreamprotected void progress(long size)
Copyright © 2022. All rights reserved.