public class WrappedInputStream extends FilterInputStream
in| 构造器和说明 |
|---|
WrappedInputStream(InputStream in,
List<Consumer4<InputStream,byte[],Integer,Integer>> consumers) |
public WrappedInputStream(InputStream in, List<Consumer4<InputStream,byte[],Integer,Integer>> consumers)
public int read()
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read 在类中 FilterInputStreamIOExceptionpublic boolean markSupported()
markSupported 在类中 FilterInputStreampublic void mark(int readlimit)
mark 在类中 FilterInputStreampublic void reset()
throws IOException
reset 在类中 FilterInputStreamIOExceptionCopyright © 2022. All rights reserved.