Added supported for custom IO Systems in Java. Implemented ClassLoader IO System
authorJesper Smith <jsmith@ihmc.us>
Thu, 27 Jul 2017 22:42:01 +0000 (17:42 -0500)
committerJesper Smith <jsmith@ihmc.us>
Thu, 27 Jul 2017 22:42:01 +0000 (17:42 -0500)
commitbe787f5c6c441104665709e88df66c80c3689b45
treecc63bbc90efab0fea761e7413fe4d39dc8e1d114
parent21391b1f74cd9ce7e4f5cd442166d70386d42b7c
Added supported for custom IO Systems in Java. Implemented ClassLoader IO System
port/jassimp/jassimp-native/src/jassimp.cpp
port/jassimp/jassimp-native/src/jassimp.h
port/jassimp/jassimp/src/jassimp/AiClassLoaderIOSystem.java [new file with mode: 0644]
port/jassimp/jassimp/src/jassimp/AiIOStream.java [new file with mode: 0644]
port/jassimp/jassimp/src/jassimp/AiIOSystem.java [new file with mode: 0644]
port/jassimp/jassimp/src/jassimp/AiInputStreamIOStream.java [new file with mode: 0644]
port/jassimp/jassimp/src/jassimp/Jassimp.java