mina86 / java-unsafe-string

Demonstration of unsafe conversion between String and char[] in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsafe String↔char[] conversion library

Methods to unsafely convert between a String object and an array of characters. It exists for demonstration purposes only, shouldn’t be used and won’t work in Java 11.

See https://mina86.com/2019/java-string-and-chars/ for more information.

About

Demonstration of unsafe conversion between String and char[] in Java

License:Apache License 2.0


Languages

Language:Java 94.8%Language:Makefile 5.2%