Interface Importer.TextValue

  • Enclosing interface:
    Importer

    public static interface Importer.TextValue
    TextValue represents a serialized property value read from a System or Document View XML document.
    • Method Detail

      • length

        long length()
             throws IOException
        Returns the length of the serialized value.
        Returns:
        the length of the serialized value
        Throws:
        IOException - if an I/O error occurs
      • retrieve

        String retrieve()
                 throws IOException
        Retrieves the serialized value.
        Returns:
        the serialized value
        Throws:
        IOException - if an I/O error occurs
      • reader

        Reader reader()
               throws IOException
        Returns a Reader for reading the serialized value.
        Returns:
        a Reader for reading the serialized value.
        Throws:
        IOException - if an I/O error occurs