home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Gallery
/
INTERGAL.bin
/
intergal
/
prgs
/
idv21
/
data.z
/
OutputStream.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
234b
|
14 lines
import java.io.*;
public class \Name\ extends java.io.OutputStream
{
public \Name\ ()
{
super ();
}
public void write(int b) throws IOException
{
//Add your code here
}
}