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