public class TempFileCache extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TempFileCache.ObjectPosition |
| Constructor and Description |
|---|
TempFileCache(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PdfObject |
get(TempFileCache.ObjectPosition pos) |
TempFileCache.ObjectPosition |
put(PdfObject obj) |
public TempFileCache(String filename) throws IOException
IOExceptionpublic TempFileCache.ObjectPosition put(PdfObject obj) throws IOException
IOExceptionpublic PdfObject get(TempFileCache.ObjectPosition pos) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void close()
throws IOException
IOExceptionCopyright © 2024. All rights reserved.