"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "pdfbox/src/main/java/org/apache/pdfbox/cos/COSOutputStream.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

COSOutputStream.java  (pdfbox-2.0.23-src):COSOutputStream.java  (pdfbox-2.0.24-src)
skipping to change at line 113 skipping to change at line 113
} }
else else
{ {
super.write(b); super.write(b);
} }
} }
@Override @Override
public void flush() throws IOException public void flush() throws IOException
{ {
if (buffer == null)
{
super.flush();
}
} }
@Override @Override
public void close() throws IOException public void close() throws IOException
{ {
try { try {
if (buffer != null) if (buffer != null)
{ {
try try
{ {
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)