public class ChunkedOutputStream extends FilterOutputStream
out| 构造器和说明 |
|---|
ChunkedOutputStream(OutputStream out) |
public ChunkedOutputStream(OutputStream out)
public void write(int b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void finish()
throws IOException
IOExceptionCopyright © 2012–2020 nanohttpd. All rights reserved.