Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 2 of 2) sorted by relevance

/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintClient.java197 public byte[] readBytes(@NonNull File file) throws IOException { in readBytes() method in LintClient
DLintDriver.java1623 public byte[] readBytes(@NonNull File file) throws IOException { in readBytes() method in LintDriver.LintClientWrapper