|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.iapi.util.UTF8Util.SkipCount
private static final class UTF8Util.SkipCount
Helper class to hold skip counts; one for chars and one for bytes.
| Field Summary | |
|---|---|
private long |
byteCount
Number of bytes skipped. |
private long |
charCount
Number of characters skipped. |
| Constructor Summary | |
|---|---|
UTF8Util.SkipCount(long charCount,
long byteCount)
Creates a holder for the specified skip counts. |
|
| Method Summary | |
|---|---|
(package private) long |
bytesSkipped()
|
(package private) long |
charsSkipped()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final long byteCount
private final long charCount
| Constructor Detail |
|---|
UTF8Util.SkipCount(long charCount,
long byteCount)
byteCount - number of bytescharCount - number of characters| Method Detail |
|---|
long charsSkipped()
long bytesSkipped()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||