Package org.apache.pdfbox.io
Class RandomAccessOutputStream
java.lang.Object
java.io.OutputStream
org.apache.pdfbox.io.RandomAccessOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
An OutputStream which writes to a RandomAccessWrite.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor to create a new output stream which writes to the given RandomAccessWrite. -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Field Details
-
writer
-
-
Constructor Details
-
RandomAccessOutputStream
Constructor to create a new output stream which writes to the given RandomAccessWrite.- Parameters:
writer
- The random access writer for output
-
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-