Separate writeScalarStream to methods which handle either encrypted or plain streams.
-------------------------------------------------------------------------------------
Key: DERBY-1461
URL: http://issues.apache.org/jira/browse/DERBY-1461
Project: Derby
Type: Sub-task
Reporter: Tomohito Nakayama
Reading writeScalarStream in Request class,
I found it would be possible to separate this method to two methods,
one is for encrypted stream and another is for plain,
because original writeScalarStream hardly share code for encrypted and for plain.
Separating this method will help me to realize DERBY-1301 separatingly for encrypted and plain,
as I planned in http://issues.apache.org/jira/browse/DERBY-1301#action_12417684 .
--
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
|