Class SLFrameCodec

    • Constructor Detail

      • SLFrameCodec

        public SLFrameCodec()
    • Method Detail

      • encode

        public String encode​(Frame content)
                      throws FrameException
        Transform a Frame into a String encoded according to the SL language
        Parameters:
        content - The Frame to be transformed
        Throws:
        FrameException
      • decode

        public Frame decode​(String content)
                     throws FrameException
        Transform a String encoded according to the SL language into a Frame
        Parameters:
        content - The String to be transformed.
        Throws:
        FrameException