private static final class UTF8Util.SkipCount
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
byteCount
Number of bytes skipped.
|
private long |
charCount
Number of characters skipped.
|
Constructor and Description |
---|
SkipCount(long charCount,
long byteCount)
Creates a holder for the specified skip counts.
|
Modifier and Type | Method and Description |
---|---|
(package private) long |
bytesSkipped() |
(package private) long |
charsSkipped() |
private final long byteCount
private final long charCount
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.