org.apache.poi.hssf.record
Class UnicodeString.UnicodeRecordStats

java.lang.Object
  extended by org.apache.poi.hssf.record.UnicodeString.UnicodeRecordStats
Enclosing class:
UnicodeString

public static class UnicodeString.UnicodeRecordStats
extends java.lang.Object

Returns the size of this record, given the ammount of record space remaining, it will also include the size of writing a continue record.


Field Summary
 int lastLengthPos
           
 int recordSize
           
 int remainingSize
           
 
Constructor Summary
UnicodeString.UnicodeRecordStats()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordSize

public int recordSize

remainingSize

public int remainingSize

lastLengthPos

public int lastLengthPos
Constructor Detail

UnicodeString.UnicodeRecordStats

public UnicodeString.UnicodeRecordStats()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.