skip to main content

Internal Objects : JSONStream Class (com.iscobol.rts.JSONStream) : getPrintWriter

getPrintWriter
Returns the PrintWriter associated to the JSONStream object.
General format
java.io.PrintWriter getPrintWriter ()
General rules
1.
Code example
configuration section.
    class jsontream  as "com.iscobol.rts.JSONStream"
    class printWriter  as "java.io.PrintWriter"
working-storage section.
77 objJsonStream object reference jsonStream.
77 objPrintWriter object reference printWriter.
procedure division.
set objPrintWriter to objJsonStream:>getPrintWriter().

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left