站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

LogRecords (UI Handler Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.lib.uihandler 1.10

org.netbeans.lib.uihandler
Class LogRecords

java.lang.Object
  extended by org.netbeans.lib.uihandler.LogRecords

public final class LogRecords
extends Object

Can persist and read log records from streams.


Method Summary
static void scan(InputStream is, Handler h)
           
static void write(OutputStream os, LogRecord rec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

org.netbeans.lib.uihandler 1.10

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.