com.netflix.astyanax.util
Class ByteBufferRangeImpl
java.lang.Object
com.netflix.astyanax.util.ByteBufferRangeImpl
- All Implemented Interfaces:
- ByteBufferRange
public class ByteBufferRangeImpl
- extends Object
- implements ByteBufferRange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteBufferRangeImpl
public ByteBufferRangeImpl(ByteBuffer start,
ByteBuffer end,
int limit,
boolean reversed)
getStart
public ByteBuffer getStart()
- Specified by:
getStart
in interface ByteBufferRange
getEnd
public ByteBuffer getEnd()
- Specified by:
getEnd
in interface ByteBufferRange
isReversed
public boolean isReversed()
- Specified by:
isReversed
in interface ByteBufferRange
getLimit
public int getLimit()
- Specified by:
getLimit
in interface ByteBufferRange
Copyright © 2012. All Rights Reserved.