Package com.itextpdf.io.font
Class FontCacheKey.FontCacheBytesKey
- java.lang.Object
-
- com.itextpdf.io.font.FontCacheKey
-
- com.itextpdf.io.font.FontCacheKey.FontCacheBytesKey
-
- Enclosing class:
- FontCacheKey
private static class FontCacheKey.FontCacheBytesKey extends FontCacheKey
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
firstFontBytes
private int
fontLength
private int
hashcode
-
Constructor Summary
Constructors Constructor Description FontCacheBytesKey(byte[] fontBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
calcHashCode()
boolean
equals(java.lang.Object o)
int
hashCode()
-
Methods inherited from class com.itextpdf.io.font.FontCacheKey
create, create, create, create
-
-