com.sshtools.j2ssh.io
Class UnsignedInteger64
Number
com.sshtools.j2ssh.io.UnsignedInteger64
- Comparable, Serializable
public class UnsignedInteger64
extends Number
implements Serializable, Comparable
MAX_VALUE
public static final BigInteger MAX_VALUE
MIN_VALUE
public static final BigInteger MIN_VALUE
UnsignedInteger64
public UnsignedInteger64(BigInteger input)
Creates a new UnsignedInteger64 object.
UnsignedInteger64
public UnsignedInteger64(String sval)
throws NumberFormatException
Creates a new UnsignedInteger64 object.
UnsignedInteger64
public UnsignedInteger64(byte[] bval)
throws NumberFormatException
Creates a new UnsignedInteger64 object.
bigIntValue
public BigInteger bigIntValue()
compareTo
public int compareTo(Object val)
doubleValue
public double doubleValue()
equals
public boolean equals(Object o)
floatValue
public float floatValue()
hashCode
public int hashCode()
intValue
public int intValue()
longValue
public long longValue()
toString
public String toString()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.