Package org.apache.derby.iapi.util
Class UTF8Util.SkipCount
java.lang.Object
org.apache.derby.iapi.util.UTF8Util.SkipCount
- Enclosing class:
UTF8Util
Helper class to hold skip counts; one for chars and one for bytes.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSkipCount
(long charCount, long byteCount) Creates a holder for the specified skip counts. -
Method Summary
Modifier and TypeMethodDescription(package private) long
(package private) long
-
Field Details
-
byteCount
private final long byteCountNumber of bytes skipped. -
charCount
private final long charCountNumber of characters skipped.
-
-
Constructor Details
-
SkipCount
SkipCount(long charCount, long byteCount) Creates a holder for the specified skip counts.- Parameters:
charCount
- number of charactersbyteCount
- number of bytes
-
-
Method Details
-
charsSkipped
long charsSkipped() -
bytesSkipped
long bytesSkipped()
-