SOMA.output
Class ListOutputStream
java.lang.Object
  
java.io.OutputStream
      
SOMA.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
 
            | 
 
 
| 
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 | 
 
Target
public java.awt.List Target
ListOutputStream
public ListOutputStream(java.awt.List Target)
ListOutputStream
public ListOutputStream(java.awt.List Target,
                        int MaxLines)
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