home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
Internet
/
Javadraw
/
DATA.Z
/
ByteArrayInputStream.pre
< prev
next >
Wrap
Text File
|
1995-10-08
|
281b
|
14 lines
import java.io.*;
public class \Name\ extends java.io.ByteArrayInputStream
{
public \Name\ (byte ABytes[])
{
super (ABytes);
}
public \Name\ (byte ABytes[], int AFrom, int ALength)
{
super (ABytes, AFrom, ALength);
}
}