Home
last modified time | relevance | path

Searched refs:arChars (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A DJREProperties.java87 char[] arChars = new char[sCompleteProp.length()]; in main() local
88 sCompleteProp.getChars(0, sCompleteProp.length(), arChars, 0); in main()
89 for (int c = 0; c < arChars.length; c++) { in main()
90 System.out.print(String.valueOf((int) arChars[c])); in main()

Completed in 11 milliseconds