jmatio | A branch of the JMatio project by Craig Watcham
kandi X-RAY | jmatio Summary
kandi X-RAY | jmatio Summary
jmatio is a Java library. jmatio has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.
JMatio is a really great piece of software for dealing with MATLAB’s IO format in java. From the original project:. This is a branch of the software [originally written] by [Craig Watcham] [Tim Kutz] and [Wojciech Gradkowski] The original code is very tidy and the API is really great to use. I made this branch to make some quite minor changes to uses of java’s IOStreams which result in massive speedups. For example: in MatFileWriter.java I have cut down the use of needless ByteArrayOutstream instances (writing directly to the compression IO Stream) and where ByteArrayOutstream are entirely necessary I’ve written a ByteArrayOutstream2 which exposes the underlying byte stream which I index into instead of using toByteArray (which copies, bad!). These changes are completely irrelevant with small matlab files (sub 100Mb) but when the data being written is in the gigabytes these changes resulted in substantial memory usage improvements.
JMatio is a really great piece of software for dealing with MATLAB’s IO format in java. From the original project:. This is a branch of the software [originally written] by [Craig Watcham] [Tim Kutz] and [Wojciech Gradkowski] The original code is very tidy and the API is really great to use. I made this branch to make some quite minor changes to uses of java’s IOStreams which result in massive speedups. For example: in MatFileWriter.java I have cut down the use of needless ByteArrayOutstream instances (writing directly to the compression IO Stream) and where ByteArrayOutstream are entirely necessary I’ve written a ByteArrayOutstream2 which exposes the underlying byte stream which I index into instead of using toByteArray (which copies, bad!). These changes are completely irrelevant with small matlab files (sub 100Mb) but when the data being written is in the gigabytes these changes resulted in substantial memory usage improvements.
Support
Quality
Security
License
Reuse
Support
jmatio has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
jmatio has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of jmatio is current.
Quality
jmatio has no bugs reported.
Security
jmatio has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
jmatio does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
jmatio releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Top functions reviewed by kandi - BETA
kandi has reviewed jmatio and discovered the below as its top functions. This is intended to give you an instant insight into jmatio implemented functionality, and help decide if they suit your requirements.
- Reads the data into a ByteBuffer
- Reads data from the stream
- Reads a long
- Returns number of bytes of given type
- Populates this character with the specified string value
- Set a row
- Returns a string representation of this vector
- Get the number of dimensions
- Return a string representation of this object
- Convert a type to a string
- Closes this output stream
- Compares this object to another
- Returns a byte array containing the given long value
- Gets a byte array
- Returns a byte array containing the given short
- Returns a byte array containing the specified double value
- Writes the remaining bytes to the underlying stream
- Returns the string representation of this struct array
- Reads bytes from the underlying stream
- Returns the maximum length of an array of strings
- Returns a string value as a String
- Returns a string representation of this descriptor
- Gets the real dimensional array
- Returns a string representation of this model
- Returns a string representation of this matrix
- Returns a string representation of this element
Get all kandi verified functions for this library.
jmatio Key Features
No Key Features are available at this moment for jmatio.
jmatio Examples and Code Snippets
No Code Snippets are available at this moment for jmatio.
Community Discussions
No Community Discussions are available at this moment for jmatio.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jmatio
You can download it from GitHub.
You can use jmatio like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jmatio component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
You can use jmatio like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the jmatio component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page