1 package android.lpdump; 2 interface ILpdump { run(in @tf8InCpp String[] args)3 @utf8InCpp String run(in @utf8InCpp String[] args); 4 } 5