netscape-revival
sun-java/classsrc/netscape/jri/CString.java
package netscape.jri;
/**
* CString represents a null-terminated string in the C/C++ world. In
* Java it should just be a subclass of string but (a) that requires a
* language change, and (b) I'm too lazy to define all the String methods
* on it right now.
*/
public
interface CString {
}