|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.briar.api.protocol.UniqueId
net.sf.briar.api.protocol.GroupId
public class GroupId
Type-safe wrapper for a byte array that uniquely identifies a group to which users may subscribe.
| Field Summary |
|---|
| Fields inherited from class net.sf.briar.api.protocol.UniqueId |
|---|
id, LENGTH |
| Constructor Summary | |
|---|---|
GroupId(byte[] id)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
void |
writeTo(Writer w)
|
| Methods inherited from class net.sf.briar.api.protocol.UniqueId |
|---|
getBytes, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroupId(byte[] id)
| Method Detail |
|---|
public void writeTo(Writer w)
throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||