public class ChunkedEncodingOutputStream extends FilterOutputStream
out| 构造器和说明 |
|---|
ChunkedEncodingOutputStream(OutputStream out) |
ChunkedEncodingOutputStream(OutputStream out,
int maxChunkSize) |
public ChunkedEncodingOutputStream(OutputStream out, int maxChunkSize)
public ChunkedEncodingOutputStream(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 flush()
throws IOException
flush 在接口中 Flushableflush 在类中 FilterOutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 FilterOutputStreamIOExceptionCopyright © 2025 onecode. All rights reserved.