|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ByteSizedSequence
is an arbitrary sequence of bytes.
The implementation determines the size of the sequence.
Method Summary | |
boolean |
equals(Object o)
Equate two sequences of bytes. |
byte[] |
getBytes()
Get the actual bytes of this sequence of bytes. |
int |
hashCode()
Compute the hashcode of this sequences of bytes. |
int |
size()
Get the size of this sequence of bytes. |
String |
toString()
Get a string representation of this sequence of bytes. |
Method Detail |
public int size()
public byte[] getBytes()
public String toString()
public boolean equals(Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |