You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by keith-turner <gi...@git.apache.org> on 2017/04/18 19:34:32 UTC

[GitHub] incubator-fluo issue #823: Add endsWith and startsWith methods to Bytes

GitHub user keith-turner opened an issue:

    https://github.com/apache/incubator-fluo/issues/823

    Add endsWith and startsWith methods to Bytes

    Multiple times I have run into situations where I wanted to know if Bytes started with a certain prefix.  It would be useful to have methods on [Bytes](modules/api/src/main/java/org/apache/fluo/api/data/Bytes.java) to for check this like String has.   Something like : 
     * `boolean Bytes.startsWith(Bytes prefix)`
     * `boolean Bytes.endsWith(Bytes suffix)`.  

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo issue #823: Add endsWith and startsWith methods to Bytes

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-fluo/issues/823


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---