HomeSort by relevance Sort by last modified time
    Searched full:expectednewlength (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileChannelTest.java 130 int expectedNewLength = positionBeyondSize + newBytes.length;
131 assertEquals(expectedNewLength, fc.position());
132 assertEquals(expectedNewLength, fc.size());

Completed in 131 milliseconds