Package com.itextpdf.text.io
Class TempFileCache
java.lang.Object
com.itextpdf.text.io.TempFileCache
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ByteArrayOutputStream
private byte[]
private RandomAccessFile
private String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
filename
-
cache
-
baos
-
buf
private byte[] buf
-
-
Constructor Details
-
TempFileCache
- Throws:
IOException
-
-
Method Details
-
put
- Throws:
IOException
-
get
- Throws:
IOException
ClassNotFoundException
-
getBuffer
private byte[] getBuffer(int size) -
close
- Throws:
IOException
-