|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 UsbDescriptor
This is unsigned.
public byte bDescriptorType()
bDescriptorType
in interface UsbDescriptor
This is unsigned.
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- The Object to compare to.
public int hashCode()
This is implemented using the String
's hashCode.
hashCode
in class java.lang.Object
public 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 |