org.apache.derby.iapi.util
Class UTF8Util.SkipCount

java.lang.Object
  extended by 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.


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

byteCount

private final long byteCount
Number of bytes skipped.


charCount

private final long charCount
Number of characters skipped.

Constructor Detail

UTF8Util.SkipCount

UTF8Util.SkipCount(long charCount,
                   long byteCount)
Creates a holder for the specified skip counts.

Parameters:
byteCount - number of bytes
charCount - number of characters
Method Detail

charsSkipped

long charsSkipped()

bytesSkipped

long bytesSkipped()

Built on Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.