public final class ZipShort
extends java.lang.Object
implements java.lang.Cloneable
构造器和说明 |
---|
ZipShort(byte[] bytes)
Create instance from bytes.
|
ZipShort(byte[] bytes,
int offset)
Create instance from the two bytes starting at offset.
|
ZipShort(int value)
Create instance from a number.
|
public ZipShort(byte[] bytes)
public ZipShort(byte[] bytes, int offset)
public ZipShort(int value)
public boolean equals(java.lang.Object o)
equals
在类中 java.lang.Object
public byte[] getBytes()
public int getValue()
public int hashCode()
hashCode
在类中 java.lang.Object