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