Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.imaginary.sql.msql.MsqlAsciiInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--com.imaginary.sql.msql.MsqlAsciiInputStream

public class MsqlAsciiInputStream
extends java.io.FilterInputStream
An MsqlAsciiInputStream is used for the JDBC ResultSet getAsciiStream() method to represent an ascii stream from a query.
Last modified $Date: 1999/07/06 05:55:58 $

Version:
$Revision: 1.6 $
Author:
George Reese (borg@imaginary.com)

Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
MsqlAsciiInputStream(byte[] data)
          Constructs an MsqlAsciiInputStream.
MsqlAsciiInputStream(java.lang.String data)
          Constructs an MsqlAsciiInputStream for a string.
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

MsqlAsciiInputStream

public MsqlAsciiInputStream(byte[] data)
Constructs an MsqlAsciiInputStream.
Parameters:
data - the byte array representing the data to be streamed

MsqlAsciiInputStream

public MsqlAsciiInputStream(java.lang.String data)
                     throws java.io.UnsupportedEncodingException
Constructs an MsqlAsciiInputStream for a string.
Parameters:
data - the String to create a stream for
Throws:
java.io.UnsupportedEncodingException - this should never actually get thrown

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD