net.sourceforge.jtds.jdbc
Class ClobImpl.ClobFileWriter

java.lang.Object
  |
  +--java.io.Writer
        |
        +--net.sourceforge.jtds.jdbc.ClobImpl.ClobFileWriter
Enclosing class:
ClobImpl

class ClobImpl.ClobFileWriter
extends java.io.Writer

Class to manage Clob file writes.


Field Summary
(package private)  java.io.RandomAccessFile raf
           
(package private)  char[] singleChar
           
 
Fields inherited from class java.io.Writer
lock, writeBuffer, writeBufferSize
 
Constructor Summary
(package private) ClobImpl.ClobFileWriter(long curPos)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(char[] cbuf, int off, int len)
           
 void write(int c)
           
 
Methods inherited from class java.io.Writer
write, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

raf

java.io.RandomAccessFile raf

singleChar

char[] singleChar
Constructor Detail

ClobImpl.ClobFileWriter

ClobImpl.ClobFileWriter(long curPos)
                  throws java.io.IOException
Method Detail

write

public void write(int c)
           throws java.io.IOException
Overrides:
write in class java.io.Writer

write

public void write(char[] cbuf,
                  int off,
                  int len)
           throws java.io.IOException
Overrides:
write in class java.io.Writer

flush

public void flush()
           throws java.io.IOException
Overrides:
flush in class java.io.Writer

close

public void close()
           throws java.io.IOException
Overrides:
close in class java.io.Writer


Generated on April 15 2005