public class CountingOutputStream extends OutputStream
| 构造器和说明 |
|---|
CountingOutputStream() |
public void write(int b)
write 在类中 OutputStreampublic void write(byte[] b)
write 在类中 OutputStreampublic void write(byte[] b,
int offset,
int len)
write 在类中 OutputStreampublic long getTotalSize()
Copyright © 2023. All rights reserved.