[
https://issues.apache.org/jira/browse/THRIFT-3300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704435#comment-14704435
]
Hudson commented on THRIFT-3300:
--------------------------------
SUCCESS: Integrated in Thrift #1645 (See
[https://builds.apache.org/job/Thrift/1645/])
THRIFT-3300:Reimplement TZlibTransport in Java using streams (ra: rev
7860ee727a91d2f7e74a48c2048f7f7fc79a5d10)
* lib/java/src/org/apache/thrift/transport/TZlibTransport.java
* lib/java/test/org/apache/thrift/transport/TestTZlibTransport.java
> Reimplement TZlibTransport in Java using streams
> ------------------------------------------------
>
> Key: THRIFT-3300
> URL: https://issues.apache.org/jira/browse/THRIFT-3300
> Project: Thrift
> Issue Type: Improvement
> Reporter: Paul Magrath
> Assignee: Randy Abernethy
> Priority: Minor
> Fix For: 0.9.3
>
>
> The implementation of TZlibTransport in Java could be simplified by making
> use of the InflaterInputStream, DeflaterOutputStream and TIOStreamTransport
> classes. This also has the benefit of eliminating the need to allocate byte
> arrays for buffers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)