|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--DNet.Data | +--DNet.InitResponseData
Field Summary | |
private int |
files
|
private byte[] |
ip_bytes
|
private int |
port
|
private int |
size
|
Fields inherited from class DNet.Data |
data |
Constructor Summary | |
InitResponseData(byte[] b)
|
|
InitResponseData(int port,
byte[] ip_bytes,
int files,
int size)
|
Method Summary | |
void |
decode()
|
java.lang.String |
toString()
|
Methods inherited from class DNet.Data |
getBytes,
length,
setBytes |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int port
private byte[] ip_bytes
private int files
private int size
Constructor Detail |
public InitResponseData(byte[] b)
public InitResponseData(int port, byte[] ip_bytes, int files, int size)
Method Detail |
public void decode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |