Changeset 19224 for lang/java/niconico4j/trunk/test/test/Test.java
- Timestamp:
- 09/12/08 16:41:23 (4 months ago)
- Files:
-
- 1 modified
-
lang/java/niconico4j/trunk/test/test/Test.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/niconico4j/trunk/test/test/Test.java
r18086 r19224 7 7 import bean.ThumbInfoBean; 8 8 9 import analyzer. XmlPather;9 import analyzer.GetFlvXmlPather; 10 10 11 11 import connect.HttpConnector; … … 21 21 InputStream is = connector.getVideoInfo(args[0]); 22 22 23 XmlPather parther = newXmlPather();24 ThumbInfoBean thumbInfo = parther. analyzer(is);23 GetFlvXmlPather parther = new GetFlvXmlPather(); 24 ThumbInfoBean thumbInfo = parther.getFlv(is); 25 25 26 26 //���X�|���X�X�e�[�^�X
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)