You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2015/08/09 17:19:45 UTC

[jira] [Created] (CODEC-202) BinaryEncoder / BinaryDecoder should support input with offset and length parameters

Oleg Kalnichevski created CODEC-202:
---------------------------------------

             Summary: BinaryEncoder / BinaryDecoder should support input with offset and length parameters
                 Key: CODEC-202
                 URL: https://issues.apache.org/jira/browse/CODEC-202
             Project: Commons Codec
          Issue Type: Improvement
    Affects Versions: 1.10
            Reporter: Oleg Kalnichevski


BinaryEncoder / BinaryDecoder interfaces should also support input with offset and length parameters. At the moment one often has to create an intermediate copy of an byte array just to truncate it to a particular length leading to unnecessary intermediate garbage. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)