[ http://issues.apache.org/jira/browse/DERBY-1388?page=comments#action_12415730 ]
Tomohito Nakayama commented on DERBY-1388: ------------------------------------------ I read that Reader version of the method writeScalarStream encodes characters from Reader as UTF-16BE and send it to server. Then, it would be possible to place InputStream of which source is the Reader. > Integrate processing code of two writeScalarStream methods. > ----------------------------------------------------------- > > Key: DERBY-1388 > URL: http://issues.apache.org/jira/browse/DERBY-1388 > Project: Derby > Type: Sub-task > Components: Network Client > Reporter: Tomohito Nakayama > Assignee: Tomohito Nakayama > > Reading the two of writeScalarStream methods in > org.apache.derby.client.net.Request class, > I found that one is for InputStream and another is for Reader and > that they are independent methods. > I think these two methods should share integrated method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
