Sign in

简柏林 / StudyMachine · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • StudyMachine
  • ..
  • nobook
  • FileChooser.java
  • 首次提交
    8705e211
    简柏林 authored
    2022-09-07 09:20:53 +0800  
    Browse Files »
FileChooser.java 206 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package cn.com.nobook;

public class FileChooser  {

    static {
        System.loadLibrary("serial_port");
    }
    public static native void open(String file);

    public static native void colse();
}