home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / SequenceInputStream.pre < prev    next >
Text File  |  1995-10-08  |  323b  |  15 lines

  1. import java.io.*;
  2. import java.util.*;
  3.  
  4. public class \Name\ extends java.io.SequenceInputStream
  5.    {
  6.    public \Name\ (Enumeration AList)
  7.       {
  8.       super (AList);
  9.       }
  10.    public \Name\ (InputStream AFirstStream, InputStream ASecondStream)
  11.       {
  12.       super (AFirstStream, ASecondStream);
  13.       }
  14.    }
  15.