Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / Java / basics / TestClassProfiling.java
1 public class TestClassProfiling implements TestClassInterface {
2
3         /**
4          * Constructors
5          */
6         public TestClassProfiling() {
7
8         }
9
10
11         // Arrays
12         public byte[] getByteArray(byte[] in) {
13
14                 return in;
15         }
16 }