com.lowagie.text.pdf
static class PdfSmartCopy.ByteStore extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
b |
private int |
hash |
private MessageDigest |
md5 |
Constructor and Description |
---|
PdfSmartCopy.ByteStore(PRStream str) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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) |
private byte[] b
private int hash
private MessageDigest md5
PdfSmartCopy.ByteStore(PRStream str) throws IOException
IOException
private void serObject(PdfObject obj, int level, ByteBuffer bb) throws IOException
IOException
private void serDic(PdfDictionary dic, int level, ByteBuffer bb) throws IOException
IOException
private void serArray(PdfArray array, int level, ByteBuffer bb) throws IOException
IOException