|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jdsl.core.ref.BigIntegerToByteArray
Converts a big integer to a byte array.
Constructor Summary | |
BigIntegerToByteArray()
|
Method Summary | |
byte[] |
convert(java.lang.Object o)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BigIntegerToByteArray()
Method Detail |
public byte[] convert(java.lang.Object o) throws java.lang.ClassCastException
convert
in interface ToByteArray
jdsl.core.ref.ToByteArray
o
- object to convert.java.lang.ClassCastException
- If object was not of expected type.public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |