Package org.jpos.iso

Class LiteralInterpreter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPackedLength​(int nDataUnits)
      (non-Javadoc)
      void interpret​(java.lang.String data, byte[] b, int offset)
      (non-Javadoc)
      java.lang.String uninterpret​(byte[] rawData, int offset, int length)
      (non-Javadoc)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Method Detail

      • interpret

        public void interpret​(java.lang.String data,
                              byte[] b,
                              int offset)
        (non-Javadoc)
        Specified by:
        interpret in interface Interpreter
      • uninterpret

        public java.lang.String uninterpret​(byte[] rawData,
                                            int offset,
                                            int length)
        (non-Javadoc)
        Specified by:
        uninterpret in interface Interpreter
        Parameters:
        rawData - The interpreted data.
        offset - The index in rawData to start interpreting at.
        length - The number of data units to interpret.
        Returns:
        The uninterpreted data.