public class WrappedOutputStream extends FilterOutputStream
out| 构造器和说明 |
|---|
WrappedOutputStream(OutputStream out,
List<Consumer4<OutputStream,byte[],Integer,Integer>> consumers) |
public WrappedOutputStream(OutputStream out, List<Consumer4<OutputStream,byte[],Integer,Integer>> consumers)
public void write(int b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 FilterOutputStreamIOExceptionCopyright © 2022. All rights reserved.