当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
LineSeparatorConversion.InitialSeparatorReader (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class LineSeparatorConversion.InitialSeparatorReader
java.lang.Object
java.io.Reader
org.netbeans.editor.LineSeparatorConversion.InitialSeparatorReader
- All Implemented Interfaces:
- Closeable, Readable
- Enclosing class:
- LineSeparatorConversion
public static class LineSeparatorConversion.InitialSeparatorReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineSeparatorConversion.InitialSeparatorReader
public LineSeparatorConversion.InitialSeparatorReader(Reader delegate)
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