This commit is contained in:
Redkale
2016-07-25 17:36:00 +08:00
parent 8f7ca376a9
commit e78d590fc2
2 changed files with 10 additions and 0 deletions

View File

@@ -9,8 +9,13 @@ import java.net.*;
import org.redkale.convert.*; import org.redkale.convert.*;
/** /**
*
* <p>
* 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型
*/ */
public class URISimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, URI> { public class URISimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, URI> {

View File

@@ -9,8 +9,13 @@ import java.net.*;
import org.redkale.convert.*; import org.redkale.convert.*;
/** /**
*
* <p>
* 详情见: http://redkale.org
* *
* @author zhangjx * @author zhangjx
* @param <R> Reader输入的子类型
* @param <W> Writer输出的子类型
*/ */
public class URLSimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, URL> { public class URLSimpledCoder<R extends Reader, W extends Writer> extends SimpledCoder<R, W, URL> {