|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.pdf.PdfSmartCopy.ByteStore
static class PdfSmartCopy.ByteStore
| Field Summary | |
|---|---|
private byte[] |
b
|
private int |
hash
|
private MessageDigest |
md5
|
| Constructor Summary | |
|---|---|
PdfSmartCopy.ByteStore(PRStream str)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private byte[] b
private int hash
private MessageDigest md5
| Constructor Detail |
|---|
PdfSmartCopy.ByteStore(PRStream str)
throws IOException
IOException| Method Detail |
|---|
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
IOExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||