OSDN Git Service

118b9328079bef6ba2faf498fccbba52af955db7
[rec10/rec10-git.git] / jTsSplitter / trunk / src / jtssplitter / Main.java
1 /*
2  * To change this template, choose Tools | Templates
3  * and open the template in the editor.
4  */
5
6 package jtssplitter;
7
8 /**
9  *
10  * @author Administrator
11  */
12 public class Main {
13
14     /**
15      * @param args the command line arguments
16      */
17     public static void main(String[] args) {
18         // TODO code application logic here
19         Tsfile t1=new Tsfile();
20         t1.readTs("D:\\jTssplitter\\test.ts.b25");
21     }
22
23 }