|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.jusb.UsbDescriptorImp
public class UsbDescriptorImp
UsbDescriptor implementation.
| Constructor Summary | |
|---|---|
UsbDescriptorImp(byte bLength,
byte bDescriptorType)
|
|
| Method Summary | |
|---|---|
byte |
bDescriptorType()
Get this descriptor's bDescriptorType. |
byte |
bLength()
Get this descriptor's bLength. |
boolean |
equals(java.lang.Object object)
Compare this to an Object. |
int |
hashCode()
Get the hashcode. |
java.lang.String |
toString()
Get a String representing this. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UsbDescriptorImp(byte bLength,
byte bDescriptorType)
| Method Detail |
|---|
public byte bLength()
bLength in interface UsbDescriptorThis is unsigned.public byte bDescriptorType()
bDescriptorType in interface UsbDescriptorThis is unsigned.public boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The Object to compare to.
public int hashCode()
This is implemented using the String's hashCode.
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||