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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to