org.apache.poi.hwpf.model
Class PieceDescriptor
java.lang.Object
org.apache.poi.hwpf.model.PieceDescriptor
@Internal
public final class PieceDescriptor
- extends java.lang.Object
Constructor Summary |
PieceDescriptor(byte[] buf,
int offset)
|
PieceDescriptor(byte[] buf,
int offset,
java.nio.charset.Charset charset)
This initializer should only be used for HWPFOldDocuments. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PieceDescriptor
public PieceDescriptor(byte[] buf,
int offset)
PieceDescriptor
public PieceDescriptor(byte[] buf,
int offset,
java.nio.charset.Charset charset)
- This initializer should only be used for HWPFOldDocuments.
- Parameters:
buf
- The buffer to read data fromoffset
- The offset into the buffer to start reading fromcharset
- which charset to use if this is not unicode
getFilePosition
public int getFilePosition()
setFilePosition
public void setFilePosition(int pos)
isUnicode
public boolean isUnicode()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getCharset
public java.nio.charset.Charset getCharset()
- Returns:
- charset to use if this is not a Unicode PieceDescriptor
this can be
null
getPrm
public PropertyModifier getPrm()
toByteArray
protected byte[] toByteArray()
getSizeInBytes
public static int getSizeInBytes()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.