public class InternetOutputStream extends BufferedOutputStream
buf, countout| 构造器和说明 |
|---|
InternetOutputStream(OutputStream out) |
InternetOutputStream(OutputStream out,
int size) |
public InternetOutputStream(OutputStream out)
public InternetOutputStream(OutputStream out, int size)
public void print(String buffer) throws IOException
IOExceptionpublic void println()
throws IOException
IOExceptionpublic void print(String text, int offset, int len) throws IOException
IOExceptionpublic void println(String text) throws IOException
IOExceptionpublic void print(int i)
throws IOException
IOExceptionpublic void println(int i)
throws IOException
IOExceptionCopyright © 2025 onecode. All rights reserved.