home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 May
/
PCWK5A99.ISO
/
Linuxwld
/
linuxwld.exe
/
Streamable.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1998-05-31
|
435 b
|
14 lines
import java.io.IOException;
interface Streamable {
void init(String var1, int var2);
String connect();
void send(String var1) throws IOException;
String receive() throws IOException;
String disconnect() throws IOException;
}