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 |
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) |
ByteStore(PRStream str) throws java.io.IOException
java.io.IOException
private void serObject(PdfObject obj, int level, ByteBuffer bb) throws java.io.IOException
java.io.IOException
private void serDic(PdfDictionary dic, int level, ByteBuffer bb) throws java.io.IOException
java.io.IOException
private void serArray(PdfArray array, int level, ByteBuffer bb) throws java.io.IOException
java.io.IOException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object