|
@@ -24,7 +24,7 @@ package com.jfinal.template.io;
|
|
|
* http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/sun/nio/cs/UTF_8.java?av=f
|
|
* http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/sun/nio/cs/UTF_8.java?av=f
|
|
|
* http://grepcode.com/search?query=ArrayEncoder&start=0&entity=type&n=
|
|
* http://grepcode.com/search?query=ArrayEncoder&start=0&entity=type&n=
|
|
|
*/
|
|
*/
|
|
|
-public class Utf8Encoder extends Encoder {
|
|
|
|
|
|
|
+public class Utf8Encoder implements Encoder {
|
|
|
|
|
|
|
|
public static final Utf8Encoder me = new Utf8Encoder();
|
|
public static final Utf8Encoder me = new Utf8Encoder();
|
|
|
|
|
|