Package com.lowagie.text.pdf
Class PdfSmartCopy.ByteStore
- java.lang.Object
-
- com.lowagie.text.pdf.PdfSmartCopy.ByteStore
-
- Enclosing class:
- PdfSmartCopy
static class PdfSmartCopy.ByteStore extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
b
private int
hash
private int
MAX_LEVELS
private java.security.MessageDigest
md5
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
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 Detail
-
MAX_LEVELS
private final int MAX_LEVELS
- See Also:
- Constant Field Values
-
b
private byte[] b
-
hash
private int hash
-
md5
private java.security.MessageDigest md5
-
-
Constructor Detail
-
ByteStore
ByteStore(PRStream str) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
serObject
private void serObject(PdfObject obj, int level, ByteBuffer bb) throws java.io.IOException
- Throws:
java.io.IOException
-
serDic
private void serDic(PdfDictionary dic, int level, ByteBuffer bb) throws java.io.IOException
- Throws:
java.io.IOException
-
serArray
private void serArray(PdfArray array, int level, ByteBuffer bb) throws java.io.IOException
- Throws:
java.io.IOException
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-