Add a getSlice(int) method to IoBuffer --------------------------------------
Key: DIRMINA-490 URL: https://issues.apache.org/jira/browse/DIRMINA-490 Project: MINA Issue Type: New Feature Components: Core Reporter: David M. Lloyd Priority: Minor Fix For: 2.0.0-M1 Add a method to IoBuffer that lets you read a given number of bytes, returning those bytes as a slice IoBuffer. Enclosed is a simple patch to do this. This method can be implemented completely in terms of other IoBuffer methods; therefore it can go on the IoBuffer base class without affecting other subclasses. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.