net.sourceforge.jtds.util
Class BlobBuffer.AsciiInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--net.sourceforge.jtds.util.BlobBuffer.AsciiInputStream
Enclosing class:
BlobBuffer

private class BlobBuffer.AsciiInputStream
extends java.io.InputStream

An ASCII InputStream over the CLOB buffer.

This class interprets ASCII as anything which has a value below 0x80. This is more rigid than other drivers which allow any character below 0x100 to be converted to returned. The more relaxed coding is useful when dealing with most single byte character sets and if this behaviour is desired, comment out the line indicated in the read method.


Fields inherited from class java.io.InputStream
SKIP_BUFFER_SIZE, skipBuffer
 
Methods inherited from class java.io.InputStream
mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 



Generated on August 22 2007