public class HandleMonitor extends Object
| Constructor and Description | 
|---|
| HandleMonitor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dump()Dumps the contents of this monitor | 
| void | dump(File file)Dumps the information for a file | 
| boolean | isOpen(File file)Checks, if the file is open | 
| InputStream | open(File file)Opens a file and returns an InputStream | 
public InputStream open(File file) throws FileNotFoundException
file - FileNotFoundExceptionpublic boolean isOpen(File file)
file - public void dump()
public void dump(File file)
file - Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.