Home | History | Annotate | Download | only in io

Lines Matching defs:l2

1116             String l2 = ois.readUTF();
1117 assertTrue("Wrong UTF String :" + l2, s2.equals(l2));