home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
PrintStream.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
280b
|
14 lines
import java.io.*;
public class \Name\ extends java.io.PrintStream
{
public \Name\ (OutputStream AStream)
{
super (AStream);
}
public \Name\ (OutputStream AStream, boolean AAutoFlush)
{
super (AStream, AAutoFlush);
}
}