当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LogRecords (UI Handler Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.lib.uihandler
Class LogRecords
java.lang.Object
org.netbeans.lib.uihandler.LogRecords
public final class LogRecords
- extends Object
Can persist and read log records from streams.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public static void write(OutputStream os,
LogRecord rec)
throws IOException
- Throws:
IOException
scan
public static void scan(InputStream is,
Handler h)
throws IOException
- Throws:
IOException