-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsv_bar_parse.java
More file actions
46 lines (35 loc) · 777 Bytes
/
csv_bar_parse.java
File metadata and controls
46 lines (35 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.Calendar;
import java.util.Date;
import System;
public class Class1 {
public long currms()
{
return System.currentTimeMillis();
//return new Date().getTime();
}
/* WARNING: NOT FINISHED */
public static void main(String[] args)
{
try
{
FileInputStream in = new FileInputStream("2014.M1.csv");
BufferedReader br = new BufferedReader(new InputStreamReader(in));
String strLine;
String[] splits = strIn.split("\n");
for(String asset: assetClasses)
{
System.out.println(asset);
}
}
while((strLine = br.readLine())!= null)
{
System.out.println(strLine);
}
}catch(Exception e){
System.out.println(e);
}
}
}