| Constructor and Description |
|---|
PieceDescriptor(byte[] buf,
int offset) |
PieceDescriptor(byte[] buf,
int offset,
Charset charset)
This initializer should only be used for HWPFOldDocuments.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Charset |
getCharset() |
int |
getFilePosition() |
PropertyModifier |
getPrm() |
static int |
getSizeInBytes() |
int |
hashCode() |
boolean |
isUnicode() |
void |
setFilePosition(int pos) |
String |
toString() |
public PieceDescriptor(byte[] buf,
int offset)
public PieceDescriptor(byte[] buf,
int offset,
Charset charset)
buf - The buffer to read data fromoffset - The offset into the buffer to start reading fromcharset - which charset to use if this is not unicodepublic int getFilePosition()
public void setFilePosition(int pos)
public boolean isUnicode()
public Charset getCharset()
nullpublic PropertyModifier getPrm()
public static int getSizeInBytes()
Copyright © 2010 - 2020 Adobe. All Rights Reserved