[ 
https://issues.apache.org/jira/browse/ANY23-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498309#comment-13498309
 ] 

Peter Ansell commented on ANY23-130:
------------------------------------

I am not quite sure what you are referring to.

JsonWriter still has the following line in its OutputStream constructor [1]:

    this.ps = new PrintStream(new BufferedOutputStream(os));

[1] 
https://svn.apache.org/viewvc/any23/trunk/core/src/main/java/org/apache/any23/writer/JSONWriter.java
                
> Improve aesthetics of the output format when straying from default 
> java.io.PrintStream  
> ----------------------------------------------------------------------------------------
>
>                 Key: ANY23-130
>                 URL: https://issues.apache.org/jira/browse/ANY23-130
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 0.7.1
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 0.7.1
>
>
> In my use case, this doesn't really affect extracted content going to std out 
> e.g. PrintStream, but does affect extracted content going to an output file. 
> I *think* we can use jackson-core to ensure that the output stream is 
> formatted in a more human friendly notation. 
> Peter, I see that you've dealt with the WriterFactory and various other 
> classes during the core resturucting of Any23. I wonder if you can point me 
> to where this can be implemented? I'm skipping from core to api and seem to 
> be going around in circles... Thank in advance. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to