org.apache.poi.hwpf.model
Class OldTextPieceTable
java.lang.Object
org.apache.poi.hwpf.model.TextPieceTable
org.apache.poi.hwpf.model.OldTextPieceTable
- All Implemented Interfaces:
- CharIndexTranslator
@Internal
public class OldTextPieceTable
- extends TextPieceTable
Methods inherited from class org.apache.poi.hwpf.model.TextPieceTable |
add, adjustForInsert, equals, getByteIndex, getCharIndex, getCharIndex, getCharIndexRanges, getCpMin, getText, getTextPieces, hashCode, isIndexInTable, lookIndexBackward, lookIndexForward, writeTo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
OldTextPieceTable
public OldTextPieceTable()
OldTextPieceTable
public OldTextPieceTable(byte[] documentStream,
byte[] tableStream,
int offset,
int size,
int fcMin,
java.nio.charset.Charset charset)
newTextPiece
protected TextPiece newTextPiece(int nodeStartChars,
int nodeEndChars,
byte[] buf,
PieceDescriptor pd)
- Overrides:
newTextPiece
in class TextPieceTable
getEncodingMultiplier
protected int getEncodingMultiplier(TextPiece textPiece)
- Overrides:
getEncodingMultiplier
in class TextPieceTable
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.