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
IOException
public TempFileCache.ObjectPosition put(PdfObject obj) throws IOException
IOException
public PdfObject get(TempFileCache.ObjectPosition pos) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void close() throws IOException
IOException
Copyright © 2016. All rights reserved.