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[]firstFontBytesprivate intfontLengthprivate inthashcode
-
Constructor Summary
Constructors Constructor Description FontCacheBytesKey(byte[] fontBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private intcalcHashCode()booleanequals(java.lang.Object o)inthashCode()-
Methods inherited from class com.itextpdf.io.font.FontCacheKey
create, create, create, create
-
-