public class EmptyOutputStream extends OutputStream
| 构造器和说明 |
|---|
EmptyOutputStream() |
public void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 OutputStreamIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.