How to encode.
BigDecimal data = new BigDecimal("12345"); byte[] amf = AmfUtil.encode(data);
How to decoce.
BigDecimal data = AmfUtil.decode(amf, BigDecimal.class);
How to encode.
BigDecimal data = new BigDecimal("12345"); byte[] amf = AmfUtil.encode(data);
How to decoce.
BigDecimal data = AmfUtil.decode(amf, BigDecimal.class);
No one has commented yet.
No trackbacks yet.