Class PdfSmartCopy.ByteStore
java.lang.Object
com.lowagie.text.pdf.PdfSmartCopy.ByteStore
- Enclosing class:
PdfSmartCopy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]private intprivate final intprivate MessageDigest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()private voidserArray(PdfArray array, int level, ByteBuffer bb) private voidserDic(PdfDictionary dic, int level, ByteBuffer bb) private voidserObject(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
-