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

LineSeparatorConversion.InitialSeparatorReader (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class LineSeparatorConversion.InitialSeparatorReader

java.lang.Object
  extended by java.io.Reader
      extended by org.netbeans.editor.LineSeparatorConversion.InitialSeparatorReader
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
LineSeparatorConversion

public static class LineSeparatorConversion.InitialSeparatorReader
extends Reader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
LineSeparatorConversion.InitialSeparatorReader(Reader delegate)
           
 
Method Summary
 void close()
           
 String getInitialSeparator()
           
 int read()
           
 int read(char[] cbuf, int off, int len)
           
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSeparatorConversion.InitialSeparatorReader

public LineSeparatorConversion.InitialSeparatorReader(Reader delegate)
Method Detail

getInitialSeparator

public String getInitialSeparator()

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Specified by:
close in class Reader
Throws:
IOException

read

public int read(char[] cbuf,
                int off,
                int len)
         throws IOException
Specified by:
read in class Reader
Throws:
IOException

read

public int read()
         throws IOException
Overrides:
read in class Reader
Throws:
IOException

org.netbeans.modules.editor.lib/1 1.14.0 3

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