X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fstreams%2FReplaceOutputStream.java;fp=src%2Fbe%2Fnikiroo%2Futils%2Fstreams%2FReplaceOutputStream.java;h=ff871eb815d4b5a8672cfd746449a09524684968;hb=12784931c8ae440fec10dfd6ea97e7b16ba64988;hp=dcb020770e003379cd88953d27d4d8bd4bc625bb;hpb=177e14c96d0c7318ae4a227351186735c9b5f1a6;p=fanfix.git diff --git a/src/be/nikiroo/utils/streams/ReplaceOutputStream.java b/src/be/nikiroo/utils/streams/ReplaceOutputStream.java index dcb0207..ff871eb 100644 --- a/src/be/nikiroo/utils/streams/ReplaceOutputStream.java +++ b/src/be/nikiroo/utils/streams/ReplaceOutputStream.java @@ -89,7 +89,7 @@ public class ReplaceOutputStream extends BufferedOutputStream { } @Override - protected void flush(boolean includingSubStream) throws IOException { + public void flush(boolean includingSubStream) throws IOException { // Note: very simple, not efficient implementation, sorry. while (start < stop) { boolean replaced = false;