Searched defs:newPreFilledByteArray (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
H A DIoTestCase.java37 protected static byte[] newPreFilledByteArray(int size) { method in class:IoTestCase
38 return newPreFilledByteArray(0, size);
45 protected static byte[] newPreFilledByteArray(int offset, int size) { method in class:IoTestCase

Completed in 90 milliseconds