Searched refs:checkTransferredContents (Results 1 – 2 of 2) sorted by relevance
142 checkTransferredContents(new byte[0]); in contents()143 checkTransferredContents(createRandomBytes(1024, 4096)); in contents()145 checkTransferredContents(createRandomBytes(16384, 16384)); in contents()148 private static void checkTransferredContents(byte[] bytes) in checkTransferredContents() method in TransferTo
143 checkTransferredContents(new char[0]); in contents()144 checkTransferredContents(createRandomChars(1024, 4096)); in contents()146 checkTransferredContents(createRandomChars(16384, 16384)); in contents()149 private static void checkTransferredContents(char[] chars) in checkTransferredContents() method in TransferTo