Back to project page HackWinds.
The source code is released under:
MIT License
If you think the Android project HackWinds listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.nucc.hackwinds; // w w w . jav a2 s. c om /** * Created by matthew on 10/30/14. */ public class Buoy { public Buoy() { } public String time; public String wvht; public String dpd; public String dir; }