org.apache.poi.hwpf.model
Class PieceDescriptor

java.lang.Object
  extended by org.apache.poi.hwpf.model.PieceDescriptor

public class PieceDescriptor
extends java.lang.Object


Constructor Summary
PieceDescriptor(byte[] buf, int offset)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getFilePosition()
           
static int getSizeInBytes()
           
 boolean isUnicode()
           
 void setFilePosition(int pos)
           
protected  byte[] toByteArray()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieceDescriptor

public PieceDescriptor(byte[] buf,
                       int offset)
Method Detail

getFilePosition

public int getFilePosition()

setFilePosition

public void setFilePosition(int pos)

isUnicode

public boolean isUnicode()

toByteArray

protected byte[] toByteArray()

getSizeInBytes

public static int getSizeInBytes()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


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