|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Key
Interface for the key part of a record.
Data
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new copy of the object. |
int |
maxSize()
Returns the maximum number of bytes this type of object may occupy. |
void |
read(java.io.DataInputStream in)
Reads the object from an input stream. |
int |
size()
|
void |
write(java.io.DataOutputStream out)
Writes the object to an output stream. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.Object clone()
int size()
int maxSize()
void read(java.io.DataInputStream in) throws java.io.IOException
in
- input stream
java.io.IOException
void write(java.io.DataOutputStream out) throws java.io.IOException
out
- output stream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |