Skip to content

Instantly share code, notes, and snippets.

//
// FileHandleInputStream.swift
// FileHandleInputStream
//
// 参考: https://gist.github.com/khanlou/b5e07f963bedcb6e0fcc5387b46991c3
//
// Created by Key.Yao on 2019/11/1.
// Copyright © 2019 Key.Yao. All rights reserved.
//
@KeyYao
KeyYao / JNIEnvHandler.cpp
Created February 20, 2020 13:35
JNIEnvHandler
//
// Created by Key.Yao on 2020-02-20.
//
#include "JNIEnvHandler.h"
using namespace std;
struct ThreadMessage {
ThreadMessage(int i, void* m, bool flag) {