Uses of Class
org.apache.poi.hdgf.pointers.Pointer

Packages that use Pointer
org.apache.poi.hdgf.pointers   
org.apache.poi.hdgf.streams   
 

Uses of Pointer in org.apache.poi.hdgf.pointers
 

Subclasses of Pointer in org.apache.poi.hdgf.pointers
 class PointerV6
          A Pointer from v6+
 

Methods in org.apache.poi.hdgf.pointers that return Pointer
 Pointer PointerFactory.createPointer(byte[] data, int offset)
           
 

Uses of Pointer in org.apache.poi.hdgf.streams
 

Methods in org.apache.poi.hdgf.streams that return Pointer
 Pointer Stream.getPointer()
           
 

Methods in org.apache.poi.hdgf.streams with parameters of type Pointer
static Stream Stream.createStream(Pointer pointer, byte[] documentData, ChunkFactory chunkFactory, PointerFactory pointerFactory)
          Uses the pointer to locate a Stream within the document data, and creates it.