com.itextpdf.text.io
Class TempFileCache

java.lang.Object
  extended by com.itextpdf.text.io.TempFileCache

public class TempFileCache
extends Object


Nested Class Summary
 class TempFileCache.ObjectPosition
           
 
Constructor Summary
TempFileCache(String filename)
           
 
Method Summary
 void close()
           
 PdfObject get(TempFileCache.ObjectPosition pos)
           
 TempFileCache.ObjectPosition put(PdfObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempFileCache

public TempFileCache(String filename)
              throws IOException
Throws:
IOException
Method Detail

put

public TempFileCache.ObjectPosition put(PdfObject obj)
                                 throws IOException
Throws:
IOException

get

public PdfObject get(TempFileCache.ObjectPosition pos)
              throws IOException,
                     ClassNotFoundException
Throws:
IOException
ClassNotFoundException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2015. All Rights Reserved.