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