X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjson%2Fsimple%2FJSONStreamAware.java;fp=src%2Forg%2Fjson%2Fsimple%2FJSONStreamAware.java;h=0000000000000000000000000000000000000000;hb=2f9a8129b635061a5513a4d918f24855296b0a04;hp=ab63b3e578cadb0073e1331d13ca27f60ead594a;hpb=832c5786fc5e0cba7824a79c68a4ee6e3ad9fa71;p=jalview.git diff --git a/src/org/json/simple/JSONStreamAware.java b/src/org/json/simple/JSONStreamAware.java deleted file mode 100644 index ab63b3e..0000000 --- a/src/org/json/simple/JSONStreamAware.java +++ /dev/null @@ -1,15 +0,0 @@ -package org.json.simple; - -import java.io.IOException; -import java.io.Writer; - -/** - * Beans that support customized output of JSON text to a writer shall implement this interface. - * @author FangYidong - */ -public interface JSONStreamAware { - /** - * write JSON string to out. - */ - void writeJSONString(Writer out) throws IOException; -}