Expresso 5-6

com.jcorporate.expresso.core.misc
Class InetOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended bycom.jcorporate.expresso.core.misc.InetOutputStream

public class InetOutputStream
extends FilterOutputStream

Author:
Michaeel Nash

Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
InetOutputStream(OutputStream out)
          Constructor
InetOutputStream(OutputStream out, boolean linemode)
          Constructor
 
Method Summary
 OutputStream getOutputStream()
           
 void print(char chr)
           
 void print(char[] a)
           
 void print(double dval)
           
 void print(float fval)
           
 void print(int i)
           
 void print(long lval)
           
 void print(Object obj)
           
 void print(String str)
           
 void println()
           
 void println(char chr)
           
 void println(char[] a)
           
 void println(double dval)
           
 void println(float fval)
           
 void println(int i)
           
 void println(long lval)
           
 void println(Object obj)
           
 void println(String str)
           
 void setLinemode(boolean flag)
           
 void write(int i)
           
 
Methods inherited from class java.io.FilterOutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InetOutputStream

public InetOutputStream(OutputStream out)
Constructor

Parameters:
out -

InetOutputStream

public InetOutputStream(OutputStream out,
                        boolean linemode)
Constructor

Parameters:
out -
linemode -
Method Detail

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

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.