Class FormatFactory


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

      • FormatFactory

        public FormatFactory()
    • Method Detail

      • createCiReader

        public CiReader createCiReader​(java.io.InputStream entityStream,
                                       javax.ws.rs.core.MediaType mediaType)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • createCiListReader

        public CiListReader createCiListReader​(java.io.InputStream entityStream,
                                               javax.ws.rs.core.MediaType mediaType)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • createCiWriter

        public CiWriter createCiWriter​(javax.ws.rs.core.MediaType mediaType)
      • toString

        public static java.lang.String toString​(java.io.InputStream in)
                                         throws java.io.IOException
        Throws:
        java.io.IOException