org.apache.poi.hdgf.chunks
Class ChunkSeparator

java.lang.Object
  extended by org.apache.poi.hdgf.chunks.ChunkSeparator

public final class ChunkSeparator
extends java.lang.Object

A separator between the trailer of one chunk, and the header of the next one


Field Summary
protected  byte[] separatorData
           
 
Constructor Summary
ChunkSeparator(byte[] data, int offset)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

separatorData

protected byte[] separatorData
Constructor Detail

ChunkSeparator

public ChunkSeparator(byte[] data,
                      int offset)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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