[
https://issues.apache.org/jira/browse/OAK-11088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17880145#comment-17880145
]
Nicolas Ettlin commented on OAK-11088:
--------------------------------------
PR created here: [https://github.com/apache/jackrabbit-oak/pull/1696]
> Create default implementations of readLength/readString/readRecordId in
> SegmentData
> -----------------------------------------------------------------------------------
>
> Key: OAK-11088
> URL: https://issues.apache.org/jira/browse/OAK-11088
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: segment-tar
> Affects Versions: 1.68.0
> Reporter: Nicolas Ettlin
> Priority: Minor
>
> Currently, the readLength/readString/readRecordId methods of SegmentData are
> implemented in SegmentDataV12, while they only depend on other methods of
> SegmentData (e.g. readInt).
> Moving the existing implementations so that they become default methods of
> SegmentData can be helpful when creating new implementations of SegmentData.
> This change is also backwards-compatible
--
This message was sent by Atlassian Jira
(v8.20.10#820010)