Searched defs:readBytes (Results 1 – 3 of 3) sorted by relevance
80 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in TimeZoneVersionTest
165 public static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in FileUtils
101 static bool readBytes(const std::string& fileName, char* buffer, size_t byteCount) { in readBytes() function