Package com.lowagie.text.pdf
Class PdfSmartCopy.ByteStore
java.lang.Object
com.lowagie.text.pdf.PdfSmartCopy.ByteStore
- Enclosing class:
PdfSmartCopy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
private int
private final int
private MessageDigest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
private void
serArray
(PdfArray array, int level, ByteBuffer bb) private void
serDic
(PdfDictionary dic, int level, ByteBuffer bb) private void
serObject
(PdfObject obj, int level, ByteBuffer bb)
-
Field Details
-
MAX_LEVELS
private final int MAX_LEVELS- See Also:
-
b
private byte[] b -
hash
private int hash -
md5
-
-
Constructor Details
-
ByteStore
ByteStore(PRStream str) throws IOException - Throws:
IOException
-
-
Method Details
-
serObject
- Throws:
IOException
-
serDic
- Throws:
IOException
-
serArray
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-