package oracle.net.aso; public interface C08 { byte a(); void b(); byte[] c(); void d(); void e(); void f(); byte[] g(); }