java string to character stream

Java
String testString = "String";
IntStream intStream = testString.chars();

Source

Also in Java: