SOMA.output
Class ListOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bySOMA.output.ListOutputStream
All Implemented Interfaces:
java.io.Serializable

public class ListOutputStream
extends java.io.OutputStream
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.awt.List Target
           
 
Constructor Summary
ListOutputStream(java.awt.List Target)
           
ListOutputStream(java.awt.List Target, int MaxLines)
           
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Target

public java.awt.List Target
Constructor Detail

ListOutputStream

public ListOutputStream(java.awt.List Target)

ListOutputStream

public ListOutputStream(java.awt.List Target,
                        int MaxLines)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b)
           throws java.io.IOException
Throws:
java.io.IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004 Luca Foschini