public class CommentsParser extends Object
| Constructor and Description |
|---|
CommentsParser() |
| Modifier and Type | Method and Description |
|---|---|
CommentsCollection |
parse(InputStream in,
String charsetName) |
CommentsCollection |
parse(String source) |
public CommentsCollection parse(String source) throws IOException, UnsupportedEncodingException
public CommentsCollection parse(InputStream in, String charsetName) throws IOException, UnsupportedEncodingException
Copyright © 2007-2015. All Rights Reserved.