Class InternalFormat


  • public class InternalFormat
    extends java.lang.Object
    • Constructor Detail

      • InternalFormat

        public InternalFormat()
    • Method Detail

      • fromText

        public static InternalFormat.Spec fromText​(java.lang.String text)
        Create a InternalFormat.Spec object by parsing a format specification.
        Parameters:
        text - to parse
        Returns:
        parsed equivalent to text
      • fromText

        public static InternalFormat.Spec fromText​(PyObject text,
                                                   java.lang.String method)
        Create a InternalFormat.Spec object by parsing a format specification, supplied as an object.
        Parameters:
        text - to parse
        Returns:
        parsed equivalent to text