QJCC homepage

biz.chitec.quarterback.util
Class SMS.PDUInterpreter

java.lang.Object
  extended bybiz.chitec.quarterback.util.SMS.PDUInterpreter
Enclosing class:
SMS

private class SMS.PDUInterpreter
extends java.lang.Object


Field Summary
private  int currindex
           
private  byte[] pdu
           
 
Constructor Summary
SMS.PDUInterpreter(java.lang.String pdustring)
           
 
Method Summary
private  int nextByteFromPDU()
           
private  java.lang.String nextSwappedNibblesFromPDU(int bytes, int toa, boolean checktrailing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pdu

private byte[] pdu

currindex

private int currindex
Constructor Detail

SMS.PDUInterpreter

public SMS.PDUInterpreter(java.lang.String pdustring)
                   throws java.io.UnsupportedEncodingException
Method Detail

nextByteFromPDU

private int nextByteFromPDU()

nextSwappedNibblesFromPDU

private java.lang.String nextSwappedNibblesFromPDU(int bytes,
                                                   int toa,
                                                   boolean checktrailing)

QJCC homepage