Skip to content

peteroupc/DataUtilities

Repository files navigation

DataUtilities

NuGet Status Maven Central

Download source code: ZIP file


How to Install

The C# implementation is available in the NuGet Package Gallery under the name PeterO.DataUtilities, or is expected to be. To install this library as a NuGet package, enter Install-Package PeterO.DataUtilities in the NuGet Package Manager Console.

The Java implementation is available as an artifact in the Central Repository, or is expected to be. To add this library to a Maven project, add the following to the dependencies section in your pom.xml file:

<dependency>
  <groupId>com.github.peteroupc</groupId>
  <artifactId>datautilities</artifactId>
  <version>1.1.0</version>
</dependency>

In other Java-based environments, the library can be referred to by its group ID (com.github.peteroupc), artifact ID (datautilities), and version, as given earlier.

Documentation

See the Java API documentation.

See the C# (.NET) API documentation.

Examples

None at the moment.

History

Version 1.1.0:

  • Avoid unnecessary memory allocation in WriteUtf8

Version 1.0.0:

  • First release.

About

Written by Peter O.

Any copyright to this work is released to the Public Domain. In case this is not possible, this work is also licensed under the Unlicense: https://unlicense.org/

Signing Key

Release versions of the Java version of this library are signed with the following signing key.

  • ID: Peter Occil (Maven key) <poccil14@gmail.com>
  • Fingerprint: 1A82D51407003717A4171AAC87522D618F2B2338

About

DataUtilities class for .NET and Java

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages