Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -161,3 +161,4 @@ pip-log.txt # Mac crap .DS_Store /target/ No newline at end of file pom.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.jmatio</groupId> <artifactId>jmatio</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>jmatio</name> <url>http://sourceforge.net/projects/jmatio/</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project> src/com/jmatio/common/MatDataTypes.java→src/main/java/com/jmatio/common/MatDataTypes.java +0 −0 File moved. View file src/com/jmatio/io/ByteBufferInputStream.java→src/main/java/com/jmatio/io/ByteBufferInputStream.java +0 −0 File moved. View file src/com/jmatio/io/DataOutputStream.java→src/main/java/com/jmatio/io/DataOutputStream.java +0 −0 File moved. View file Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -161,3 +161,4 @@ pip-log.txt # Mac crap .DS_Store /target/ No newline at end of file
pom.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.sourceforge.jmatio</groupId> <artifactId>jmatio</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>jmatio</name> <url>http://sourceforge.net/projects/jmatio/</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> </project>
src/com/jmatio/common/MatDataTypes.java→src/main/java/com/jmatio/common/MatDataTypes.java +0 −0 File moved. View file
src/com/jmatio/io/ByteBufferInputStream.java→src/main/java/com/jmatio/io/ByteBufferInputStream.java +0 −0 File moved. View file
src/com/jmatio/io/DataOutputStream.java→src/main/java/com/jmatio/io/DataOutputStream.java +0 −0 File moved. View file