com.jcorporate.expresso.core.misc
Class InetOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.jcorporate.expresso.core.misc.InetOutputStream
- public class InetOutputStream
- extends FilterOutputStream
- Author:
- Michaeel Nash
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InetOutputStream
public InetOutputStream(OutputStream out)
- Constructor
- Parameters:
out -
InetOutputStream
public InetOutputStream(OutputStream out,
boolean linemode)
- Constructor
- Parameters:
out - linemode -
getOutputStream
public OutputStream getOutputStream()
- Returns:
- OutputStream
print
public void print(char[] a)
throws IOException
- Throws:
IOException
print
public void print(char chr)
throws IOException
- Parameters:
chr -
- Throws:
IOException
print
public void print(double dval)
throws IOException
- Parameters:
dval -
- Throws:
IOException
print
public void print(float fval)
throws IOException
- Parameters:
fval -
- Throws:
IOException
print
public void print(int i)
throws IOException
- Parameters:
i -
- Throws:
IOException
print
public void print(long lval)
throws IOException
- Parameters:
lval -
- Throws:
IOException
print
public void print(Object obj)
throws IOException
- Parameters:
obj -
- Throws:
IOException
print
public void print(String str)
throws IOException
- Parameters:
str -
- Throws:
IOException
println
public void println()
throws IOException
- Throws:
IOException
println
public void println(char[] a)
throws IOException
- Throws:
IOException
println
public void println(char chr)
throws IOException
- Parameters:
chr -
- Throws:
IOException
println
public void println(double dval)
throws IOException
- Parameters:
dval -
- Throws:
IOException
println
public void println(float fval)
throws IOException
- Parameters:
fval -
- Throws:
IOException
println
public void println(int i)
throws IOException
- Parameters:
i -
- Throws:
IOException
println
public void println(long lval)
throws IOException
- Parameters:
lval -
- Throws:
IOException
println
public void println(Object obj)
throws IOException
- Parameters:
obj -
- Throws:
IOException
println
public void println(String str)
throws IOException
- Parameters:
str -
- Throws:
IOException
setLinemode
public void setLinemode(boolean flag)
- Parameters:
flag -
write
public void write(int i)
throws IOException
- Parameters:
i -
- Throws:
IOException
Please see www.jcorporate.com for information about new Expresso releases.