|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.cotta.io.IoManager
@Deprecated public class IoManager
I/O manager that handles creation and management of the I/O resources
| Constructor Summary | |
|---|---|
IoManager(StreamFactory streamFactory)
Deprecated. |
|
IoManager(StreamFactory streamFactory,
java.lang.String defaultEncoding)
Deprecated. |
|
| Method Summary | |
|---|---|
java.io.BufferedReader |
bufferedReader()
Deprecated. |
java.io.BufferedWriter |
bufferedWriter(OutputMode mode)
Deprecated. |
java.nio.channels.FileChannel |
inputChannel()
Deprecated. |
java.io.InputStream |
inputStream()
Deprecated. |
java.io.LineNumberReader |
lineNumberReader()
Deprecated. |
void |
open(IoProcessor ioProcessor)
Deprecated. |
java.io.OutputStream |
outputStream(OutputMode mode)
Deprecated. |
java.io.PrintWriter |
printWriter(OutputMode mode)
Deprecated. |
java.io.Reader |
reader()
Deprecated. |
java.io.Reader |
reader(java.lang.String encoding)
Deprecated. |
void |
registerResource(java.io.Closeable Closeable)
Deprecated. |
java.io.Writer |
writer(OutputMode outputMode)
Deprecated. |
java.io.Writer |
writer(OutputMode outputMode,
java.lang.String encoding)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IoManager(StreamFactory streamFactory)
public IoManager(StreamFactory streamFactory,
java.lang.String defaultEncoding)
| Method Detail |
|---|
public java.io.InputStream inputStream()
throws TIoException
TIoException
public java.io.OutputStream outputStream(OutputMode mode)
throws TIoException
TIoException
public java.io.Writer writer(OutputMode outputMode)
throws TIoException
TIoException
public java.io.Writer writer(OutputMode outputMode,
java.lang.String encoding)
throws TIoException
TIoException
public java.io.Reader reader()
throws TIoException
TIoException
public java.io.Reader reader(java.lang.String encoding)
throws TIoException
TIoException
public java.io.BufferedReader bufferedReader()
throws TIoException
TIoException
public java.io.LineNumberReader lineNumberReader()
throws TIoException
TIoException
public java.nio.channels.FileChannel inputChannel()
throws TIoException
TIoException
public java.io.BufferedWriter bufferedWriter(OutputMode mode)
throws TIoException
TIoException
public java.io.PrintWriter printWriter(OutputMode mode)
throws TIoException
TIoExceptionpublic void registerResource(java.io.Closeable Closeable)
public void open(IoProcessor ioProcessor)
throws TIoException
TIoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||