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