X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.fastlz%2Ftestcases%2Forg%2Fsimantics%2Ffastlz%2FNullOutputStream.java;h=1086c75045aea08107d417f7517c14abab40577e;hb=7c624f7d98a4c6d34328709ca8a86fcced0f0bc0;hp=57b3e609704358419f56805313d5e6fc15a23d3c;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.fastlz/testcases/org/simantics/fastlz/NullOutputStream.java b/bundles/org.simantics.fastlz/testcases/org/simantics/fastlz/NullOutputStream.java index 57b3e6097..1086c7504 100644 --- a/bundles/org.simantics.fastlz/testcases/org/simantics/fastlz/NullOutputStream.java +++ b/bundles/org.simantics.fastlz/testcases/org/simantics/fastlz/NullOutputStream.java @@ -1,25 +1,25 @@ -package org.simantics.fastlz; - -import java.io.IOException; -import java.io.OutputStream; - -/** - * @author Tuukka Lehtonen - */ -public class NullOutputStream extends OutputStream { - - public static final NullOutputStream INSTANCE = new NullOutputStream(); - - @Override - public void write(int b) throws IOException { - } - - @Override - public void write(byte[] b) throws IOException { - } - - @Override - public void write(byte[] b, int off, int len) throws IOException { - } - -} +package org.simantics.fastlz; + +import java.io.IOException; +import java.io.OutputStream; + +/** + * @author Tuukka Lehtonen + */ +public class NullOutputStream extends OutputStream { + + public static final NullOutputStream INSTANCE = new NullOutputStream(); + + @Override + public void write(int b) throws IOException { + } + + @Override + public void write(byte[] b) throws IOException { + } + + @Override + public void write(byte[] b, int off, int len) throws IOException { + } + +}