public class LimitInputStream extends FilterInputStream
in| 构造器和说明 |
|---|
LimitInputStream(InputStream in,
long maxLength) |
public LimitInputStream(InputStream in, long maxLength)
public int available()
throws IOException
available 在类中 FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 FilterInputStreampublic int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 FilterInputStreamIOExceptionCopyright © 2017. All rights reserved.