Package org.apache.derby.iapi.util
Class UTF8Util.SkipCount
- java.lang.Object
-
- org.apache.derby.iapi.util.UTF8Util.SkipCount
-
- Enclosing class:
- UTF8Util
private static final class UTF8Util.SkipCount extends java.lang.Object
Helper class to hold skip counts; one for chars and one for bytes.
-
-
Constructor Summary
Constructors Constructor Description SkipCount(long charCount, long byteCount)
Creates a holder for the specified skip counts.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
bytesSkipped()
(package private) long
charsSkipped()
-