|
Remote System Explorer DataStore Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClassByteStreamHandler
The IClassByteStreamHandler interface is used to abstract file read and write operations across the network.
Method Summary | |
---|---|
String |
getIdentifier()
Returns the unique ID for this bytestream handler |
void |
receiveBytes(String className,
byte[] buffer,
int size)
Receive a class and load it. |
void |
receiveInstanceBytes(byte[] buffer,
int size)
Save a class instance in the specified location. |
Method Detail |
---|
String getIdentifier()
void receiveBytes(String className, byte[] buffer, int size)
className
- the name of the class to receivebuffer
- the bytes that comprise the classsize
- the number of bytes in the classvoid receiveInstanceBytes(byte[] buffer, int size)
buffer
- the bytes to insert in the class instancesize
- the number of bytes to insert
|
Remote System Explorer DataStore Release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |