Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/logging/
DFileHandler.java95 public class FileHandler extends StreamHandler { class
148 public FileHandler() throws IOException { in FileHandler() method in FileHandler
382 public FileHandler(String pattern) throws IOException { in FileHandler() method in FileHandler
408 public FileHandler(String pattern, boolean append) throws IOException { in FileHandler() method in FileHandler
439 public FileHandler(String pattern, int limit, int count) throws IOException { in FileHandler() method in FileHandler
475 public FileHandler(String pattern, int limit, int count, boolean append) throws IOException { in FileHandler() method in FileHandler
/libcore/luni/src/main/java/libcore/net/url/
DFileHandler.java30 public class FileHandler extends URLStreamHandler { class